10000 minor #6668 [Contributing][Code] remove PHPUnit requirement (xabbuh) · symfony/symfony-docs@0abcfdb · GitHub
[go: up one dir, main page]

Skip to content

Commit 0abcfdb

Browse files
committed
minor #6668 [Contributing][Code] remove PHPUnit requirement (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [Contributing][Code] remove PHPUnit requirement PHPUni 8000 t 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. Commits ------- b6821de [Contributing][Code] remove PHPUnit requirement
2 parents c24162c + b6821de commit 0abcfdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contributing/code/patches.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14, 80D5 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)
0