Skip to content

Commit a233012

Browse files
committed
Merge branch 'issue-3162' of github.com:xabbuh/symfony-docs into xabbuh-issue-3162
Conflicts: contributing/code/tests.rst
2 parents 6d70a65 + 6d0f6dc commit a233012

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.7.28 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)