Skip to content

Commit b6821de

Browse files
committed
[Contributing][Code] remove PHPUnit requirement
PHPUnit is no longer a requirement to test patches for the Symfony core as we ship a wrapper script that will take care to install the required PHPUnit version matching the user's environment and must be used to run Symfony's test suite.
1 parent c24162c commit b6821de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contributing/code/patches.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Before working on Symfony, setup a friendly environment with the following
1414
software:
1515

1616
* Git;
17-
* PHP version 5.3.9 or above;
18-
* `PHPUnit`_ 4.2 or above.
17+
* PHP version 5.3.9 or above.
1918

2019
.. caution::
2120

@@ -365,4 +364,3 @@ before merging.
365364
.. _`fabbot`: http://fabbot.io
366365
.. _`PSR-1`: http://www.php-fig.org/psr/psr-1/
367366
.. _`PSR-2`: http://www.php-fig.org/psr/psr-2/
368-
.. _PHPUnit: https://phpunit.de/manual/current/en/installation.html

0 commit comments

Comments
 (0)