From c7be7a30b6f25fe6d947815cf382bf0599e0bbc5 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 4 Jul 2015 21:17:48 +0300 Subject: [PATCH] Fix invalid phpunit URLs --- create_framework/unit-testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_framework/unit-testing.rst b/create_framework/unit-testing.rst index 7bccdceb4bd..b34b3a76e2d 100644 --- a/create_framework/unit-testing.rst +++ b/create_framework/unit-testing.rst @@ -185,6 +185,6 @@ Symfony code. Now that we are confident (again) about the code we have written, we can safely think about the next batch of features we want to add to our framework. -.. _`PHPUnit`: http://www.phpunit.de/manual/current/en/index.html -.. _`test doubles`: http://www.phpunit.de/manual/current/en/test-doubles.html +.. _`PHPUnit`: http://phpunit.de/manual/current/en/index.html +.. _`test doubles`: http://phpunit.de/manual/current/en/test-doubles.html .. _`XDebug`: http://xdebug.org/