-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider the @depends annotation #10
Comments
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. |
prymas007
added a commit
to prymas007/phpunit-randomizer
that referenced
this issue
Jul 13, 2016
prymas007
added a commit
to prymas007/phpunit-randomizer
that referenced
this issue
Jul 13, 2016
prymas007
added a commit
to prymas007/phpunit-randomizer
that referenced
this issue
Aug 2, 2016
fiunchinho
added a commit
that referenced
this issue
Aug 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?
The text was updated successfully, but these errors were encountered: