Skip to content

Commit 8ccffb0

Browse files
committed
minor #4669 Harmonize PHPUnit version to 4.2 or above (xelaris)
This PR was merged into the 2.3 branch. Discussion ---------- Harmonize PHPUnit version to 4.2 or above | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #4547 Use the same version as the one on the dedicated "tests" page since #4552 and link to phpunit.de Commits ------- df25c36 Harmonize PHPUnit version to 4.2 or above
2 parents 84bf5e5 + df25c36 commit 8ccffb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/code/patches.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ software:
1515

1616
* Git;
1717
* PHP version 5.3.3 or above;
18-
* PHPUnit 3.6.4 or above.
18+
* `PHPUnit`_ 4.2 or above.
1919

2020
Configure Git
2121
~~~~~~~~~~~~~
@@ -415,3 +415,4 @@ messages of all the commits. When you are finished, execute the push command.
415415
.. _`fabbot`: http://fabbot.io
416416
.. _`PSR-1`: http://www.php-fig.org/psr/psr-1/
417417
.. _`PSR-2`: http://www.php-fig.org/psr/psr-2/
418+
.. _PHPUnit: https://phpunit.de/manual/current/en/installation.html

0 commit comments

Comments
 (0)