phpunit-randomizer
phpunit-randomizer copied to clipboard
Consider the @depends annotation
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 ?
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.