From 230d27556ccae0d150c85ba2b32f36ab26bf27f9 Mon Sep 17 00:00:00 2001 From: Alexander Schwenn Date: Thu, 18 Dec 2014 23:18:15 +0100 Subject: [PATCH] Change PHPUnit link to avoid redirect to homepage --- contributing/code/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/tests.rst b/contributing/code/tests.rst index c876a00d559..ebec01f3d3e 100644 --- a/contributing/code/tests.rst +++ b/contributing/code/tests.rst @@ -112,5 +112,5 @@ browser. The code coverage only works if you have Xdebug enabled and all dependencies installed. -.. _install PHPUnit: http://www.phpunit.de/manual/current/en/installation.html +.. _install PHPUnit: https://phpunit.de/manual/current/en/installation.html .. _`Composer`: http://getcomposer.org/