-
Notifications
You must be signed in to change notification settings - Fork 45
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
Improve phpunit configuration 2.x #109
Improve phpunit configuration 2.x #109
Conversation
6d2bedf
to
ec80721
Compare
2470011
to
d3a5b75
Compare
It looks like tests are failing randomly because sometimes the cache has been populated before running the tests that depend on them. It could be sure by deleting the cache of fixtures before running the tests (dirty) or avoiding collision in caches (clean). |
d3a5b75
to
1b5fc3e
Compare
The tests that rely on users ids are fragile, they should be updated. For example: fetch user by email instead of id. |
35bbd24
to
6eb4b71
Compare
6eb4b71
to
be20892
Compare
be20892
to
5cfd96e
Compare
f6f0367
to
2752bef
Compare
0edc770
to
5bf63d1
Compare
TODO: check that the issue is not how
|
5bf63d1
to
8bba0d6
Compare
8bba0d6
to
402ed42
Compare
Cherry-picks from #8