-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Testing] Fix required PHPUnit version #4547
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
Comments
weaverryan
added a commit
that referenced
this issue
Dec 7, 2014
….2 (or later)... (jzawadzki) This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4552). Discussion ---------- required PHPUnit version in the docs should be updated to 4.2 (or later)... | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6 | Fixed tickets | #4547 Commits ------- bf8cee6 required PHPUnit version in the docs should be updated to 4.2 (or later) since the atLeast() method which is used in some of the tests
weaverryan
added a commit
that referenced
this issue
Dec 22, 2014
This PR was merged into the 2.3 branch. Discussion ---------- Harmonize PHPUnit version to 4.2 or above | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #4547 Use the same version as the one on the dedicated "tests" page since #4552 and link to phpunit.de Commits ------- df25c36 Harmonize PHPUnit version to 4.2 or above
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The required PHPUnit version in the docs should be updated to 4.2 (or later) since the
atLeast()
method which is used in some of the tests, e.g.Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PdoSessionHandlerTest
, is introduced in PHPUnit 4.2.0 (https://github.com/sebastianbergmann/phpunit/blob/4.2/src/Framework/TestCase.php#L1564).The text was updated successfully, but these errors were encountered: