Skip to content

Commit cf3d38a

Browse files
committed
minor #4731 [Book][Testing] bump required PHPUnit version (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Book][Testing] bump required PHPUnit version | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- c5d4ce1 bump required PHPUnit version
2 parents 4f47dec + c5d4ce1 commit cf3d38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ it has its own excellent `documentation`_.
1717

1818
.. note::
1919

20-
Symfony works with PHPUnit 3.5.11 or later, though version 3.6.4 is
21-
needed to test the Symfony core code itself.
20+
It's recommended to use the latest stable PHPUnit version (you will have
21+
to use version 4.2 or higher to test the Symfony core code itself).
2222

2323
Each test - whether it's a unit test or a functional test - is a PHP class
2424
that should live in the ``Tests/`` subdirectory of your bundles. If you follow

0 commit comments

Comments
 (0)