Skip to content

[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

Closed
kanafghan opened this issue Nov 29, 2014 · 0 comments
Closed

[Testing] Fix required PHPUnit version #4547

kanafghan opened this issue Nov 29, 2014 · 0 comments

Comments

@kanafghan
Copy link

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).

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants