You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the master branch.
Discussion
----------
revert fixtures db change
This fixes#998
The issue was that the fixture db data contained user passwords using `argon2` encoder algo which is not implemented in php 7.1 afaik. So authentication failed in the tests.
So this reverts the db changes done in 6c32238.
Build is green now 😉
Commits
-------
a3fb81b revert fixtures db change
0 commit comments