Skip to content

Commit

Permalink
bug #1001 revert fixtures db change (dmaicher)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Jun 11, 2019
2 parents 2a83a63 + a3fb81b commit 3e36a18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Binary file modified data/database.sqlite
Binary file not shown.
Binary file modified data/database_test.sqlite
Binary file not shown.

0 comments on commit 3e36a18

Please sign in to comment.