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/