Closed edmondscommerce closed 6 years ago
PHPUnit has the concept of small,medium and large built in
It can enforce time limits on these tests
tests are regarded as small by default (so have a 1 second time limit)
To be a medium (5 seconds) or large test, you have to include an annotation @medium or @large
@medium
@large
We now have a tool to check your tests/Medium and tests/Large folders to make sure you are doing this annotation
PHPUnit has the concept of small,medium and large built in
It can enforce time limits on these tests
tests are regarded as small by default (so have a 1 second time limit)
To be a medium (5 seconds) or large test, you have to include an annotation
@medium
or@large
We now have a tool to check your tests/Medium and tests/Large folders to make sure you are doing this annotation