Skip to content

Commit 6d0f6dc

Browse files
committed
remove installation details for PHPUnit
1 parent 4c3367f commit 6d0f6dc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

contributing/code/tests.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ Symfony2 test suite to check that you have not broken anything.
77
PHPUnit
88
-------
99

10-
To run the Symfony2 test suite, `install`_ PHPUnit 3.6.4 or later first:
11-
12-
.. code-block:: bash
13-
14-
$ pear config-set auto_discover 1
15-
$ pear install pear.phpunit.de/PHPUnit
10+
To run the Symfony2 test suite, `install PHPUnit`_ 3.7 (or later) first.
1611

1712
Dependencies (optional)
1813
-----------------------
@@ -115,5 +110,5 @@ browser.
115110
The code coverage only works if you have Xdebug enabled and all
116111
dependencies installed.
117112

118-
.. _install: http://www.phpunit.de/manual/current/en/installation.html
113+
.. _install PHPUnit: http://www.phpunit.de/manual/current/en/installation.html
119114
.. _`Composer`: http://getcomposer.org/

0 commit comments

Comments
 (0)