Skip to content
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

[WIP] Fix failing tests #237

Closed
wants to merge 3 commits into from
Closed

[WIP] Fix failing tests #237

wants to merge 3 commits into from

Conversation

sadikoff
Copy link
Contributor

@sadikoff sadikoff commented Aug 7, 2018

Suppress deprecated doctrine class error

sadikoff and others added 3 commits August 7, 2018 14:18
This prevents our tests failing while Symfony uses a deprecated call
from doctrine/common
@nicolas-grekas
Copy link
Member

Which failing test? Which deprecation?
I'm usually 👎 as this removes an opportunity to fix symfony/symfony when it has issues.

@nicolas-grekas
Copy link
Member

nicolas-grekas commented Aug 7, 2018

The root issue is fixed in doctrine/orm#7307, which will be part of doctrine/orm v2.6.3
I'm fine with this change as long as the weak_vendor mode is removed once v2.6.3 is out personally.

@weaverryan
Copy link
Member

Ah, I thought we needed to wait until Symfony 4.2 for the deprecation to be removed. Let's close and ignore the deprecation until 2.6.3 is out.

Thanks :)

@weaverryan weaverryan closed this Aug 7, 2018
weaverryan added a commit that referenced this pull request Sep 6, 2018
… pass (weaverryan)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Working around deprecation errors to get the test suite to pass

This is a repeat of #237. The tests have been failing for too long. I think we need to fix them, and then we can revert later when doctrine/orm v2.6.3 is released.

Cheers!

Commits
-------

b3706d4 Working around deprecation errors to get the test suite to pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants