From df25c3675cde5664e629b505288ed0d95f7e31e6 Mon Sep 17 00:00:00 2001 From: Alexander Schwenn Date: Thu, 18 Dec 2014 22:58:22 +0100 Subject: [PATCH] Harmonize PHPUnit version to 4.2 or above Use the same version as the one on the dedicated "tests" page and link to phpunit.de --- contributing/code/patches.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributing/code/patches.rst b/contributing/code/patches.rst index 033d19765a3..1f9bf7000e5 100644 --- a/contributing/code/patches.rst +++ b/contributing/code/patches.rst @@ -15,7 +15,7 @@ software: * Git; * PHP version 5.3.3 or above; -* PHPUnit 3.6.4 or above. +* `PHPUnit`_ 4.2 or above. Configure Git ~~~~~~~~~~~~~ @@ -415,3 +415,4 @@ messages of all the commits. When you are finished, execute the push command. .. _`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