We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd9ed4 commit c5d4ce1Copy full SHA for c5d4ce1
book/testing.rst
@@ -17,8 +17,8 @@ it has its own excellent `documentation`_.
17
18
.. note::
19
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.
+ It's recommended to use the latest stable PHPUnit version (you will have
+ to use version 4.2 or higher to test the Symfony core code itself).
22
23
Each test - whether it's a unit test or a functional test - is a PHP class
24
that should live in the ``Tests/`` subdirectory of your bundles. If you follow
0 commit comments