phpunit-randomizer icon indicating copy to clipboard operation
phpunit-randomizer copied to clipboard

Consider the @depends annotation

Open ferjul17 opened this issue 10 years ago • 1 comments

The annotation @depends is not taken into account while it's necessary to run my tests.

You cannot execute a test B which depends on a test A before the test A.

It is possible to fix that behavior or is it intentional ?

ferjul17 avatar Oct 16 '14 15:10 ferjul17

Currently I don't have the time to fix it, but it could be a great feature in the future. Also, the current fallback is not that bad, because it skips the test so you know what happened.

fiunchinho avatar Oct 18 '14 12:10 fiunchinho