Skip to content

Commit 7acf27c

Browse files
committed
bug #4552 required PHPUnit version in the docs should be updated to 4.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
2 parents c090a74 + bf8cee6 commit 7acf27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/tests.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Symfony test suite to check that you have not broken anything.
99
PHPUnit
1010
-------
1111

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

1414
Dependencies (optional)
1515
-----------------------

0 commit comments

Comments
 (0)