Skip to content

Commit

Permalink
[Contributing][Code] remove PHPUnit requirement
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xabbuh committed Jun 21, 2016
1 parent c24162c commit b6821de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contributing/code/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Before working on Symfony, setup a friendly environment with the following
software:

* Git;
* PHP version 5.3.9 or above;
* `PHPUnit`_ 4.2 or above.
* PHP version 5.3.9 or above.

.. caution::

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

0 comments on commit b6821de

Please sign in to comment.