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
Trying to use PHPUnit 5.6 on Symfony 2.7+ results in a lot of deprecation warnings if the base class of the test is AbstractConstraintValidatorTest. The PR #19129 was merged to fix the same issue, however the change has been applied against the class ConstraintValidatorTestCase which is available since Symfony 3.2. I could provide a PR for the 2.7+ branches, if needed.