Skip to content

revert fixtures db change #1001

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

Merged
merged 1 commit into from
Jun 11, 2019
Merged

revert fixtures db change #1001

merged 1 commit into from
Jun 11, 2019

Conversation

dmaicher
Copy link
Contributor

@dmaicher dmaicher commented Jun 11, 2019

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 😉

@javiereguiluz
Copy link
Member

Great detective work! Thank you so much David. It's great to see all tests green again 💚

@javiereguiluz javiereguiluz merged commit a3fb81b into symfony:master Jun 11, 2019
javiereguiluz added a commit that referenced this pull request Jun 11, 2019
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
@dmaicher dmaicher deleted the fix-build branch June 11, 2019 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Travis failing tests
2 participants