File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ it has its own excellent `documentation`_.
17
17
18
18
.. note ::
19
19
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).
20
+ It's recommended to use the latest stable PHPUnit version, `installed as
21
+ PHAR `_ (you will have to use version 4.2 or higher to test the Symfony core
22
+ code itself).
22
23
23
24
Each test - whether it's a unit test or a functional test - is a PHP class
24
25
that should live in the ``Tests/ `` subdirectory of your bundles. If you follow
@@ -924,3 +925,4 @@ Learn more
924
925
925
926
.. _`$_SERVER` : http://php.net/manual/en/reserved.variables.server.php
926
927
.. _`documentation` : https://phpunit.de/manual/current/en/
928
+ .. _`installed as PHAR` : https://phpunit.de/manual/current/en/installation.html#installation.phar
You can’t perform that action at this time.
0 commit comments