Skip to content

Commit

Permalink
bug #4552 required PHPUnit version in the docs should be updated to 4…
Browse files Browse the repository at this point in the history
….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
  • Loading branch information
weaverryan committed Dec 7, 2014
2 parents c090a74 + bf8cee6 commit 7acf27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/code/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Symfony test suite to check that you have not broken anything.
PHPUnit
-------

To run the Symfony test suite, `install PHPUnit`_ 3.7 (or later) first.
To run the Symfony test suite, `install PHPUnit`_ 4.2 (or later) first.

Dependencies (optional)
-----------------------
Expand Down

0 comments on commit 7acf27c

Please sign in to comment.