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

A PHPUnit extension that allows you to execute your test cases in a random order

Results 1 phpunit-randomizer issues
Sort by recently updated
recently updated
newest added

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...