From bee37bca143086e913278ece05ab3b594089e61c Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sat, 26 May 2018 21:23:56 +0300 Subject: [PATCH] Corrected titles of test tools and use safe url for phpspec --- best_practices/tests.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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