Skip to content

Commit 4ac210a

Browse files
committed
[Book][Testing] remove Symfony core testing note
1 parent 1efdc73 commit 4ac210a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/testing.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ it has its own excellent `documentation`_.
1818
.. note::
1919

2020
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).
21+
PHAR`_.
2322

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

0 commit comments

Comments
 (0)