diff --git a/best_practices/tests.rst b/best_practices/tests.rst index 6cf6bd88225..65e8f539590 100644 --- a/best_practices/tests.rst +++ b/best_practices/tests.rst @@ -12,7 +12,7 @@ Unit Tests Unit tests are used to test your "business logic", which should live in classes that are independent of Symfony. For that reason, Symfony doesn't really have an opinion on what tools you use for unit testing. However, the most -popular tools are `PhpUnit`_ and `PhpSpec`_. +popular tools are `PHPUnit`_ and `PHPSpec`_. Functional Tests ---------------- @@ -112,8 +112,8 @@ Learn More about Functional Tests Consider using the `HautelookAliceBundle`_ to generate real-looking data for your test fixtures using `Faker`_ and `Alice`_. -.. _`PhpUnit`: https://phpunit.de/ -.. _`PhpSpec`: http://www.phpspec.net/ +.. _`PHPUnit`: https://phpunit.de/ +.. _`PHPSpec`: https://www.phpspec.net/ .. _`smoke testing`: https://en.wikipedia.org/wiki/Smoke_testing_(software) .. _`Mink`: http://mink.behat.org .. _`HautelookAliceBundle`: https://github.com/hautelook/AliceBundle