0

I have about 30 tests in directory GameTests. There is a test like DeleteGameTest which is based on static ID (private const GAME_ID = '...') but PHPUnit runs this tests in alphabetical order.
I was tried to organise them by testsuite but 30 items in this suite makes little mess.
Is it possible to run this single test always last without setting it's name to starts with 'Z' letter?

Damian
  • 525
  • 2
  • 11
  • 24

0 Answers0