From 3f5b6512be617b80e887f85f2cd60c9bfaa67197 Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Fri, 3 Oct 2014 12:53:31 -0400 Subject: [PATCH] Fixed broken external link to DemoController Test --- book/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/testing.rst b/book/testing.rst index f870ac58272..8117b7eae1e 100644 --- a/book/testing.rst +++ b/book/testing.rst @@ -864,6 +864,6 @@ Learn more * :doc:`/cookbook/testing/profiling` * :doc:`/cookbook/testing/bootstrap` -.. _`DemoControllerTest`: https://github.com/symfony/symfony-standard/blob/master/src/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php +.. _`DemoControllerTest`: https://github.com/sensiolabs/SensioDistributionBundle/blob/master/Resources/skeleton/acme-demo-bundle/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php .. _`$_SERVER`: http://php.net/manual/en/reserved.variables.server.php .. _`documentation`: http://phpunit.de/manual/current/en/