Skip to content

Commit ac45677

Browse files
committed
minor #9826 Corrected titles of test tools and use safe url for phpspec (lex111)
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes #9826). Discussion ---------- Corrected titles of test tools and use safe url for phpspec Just another small improvement 😃 Commits ------- 428120a Corrected titles of test tools and use safe url for phpspec
2 parents 8405282 + 428120a commit ac45677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

best_practices/tests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Unit Tests
1212
Unit tests are used to test your "business logic", which should live in classes
1313
that are independent of Symfony. For that reason, Symfony doesn't really
1414
have an opinion on what tools you use for unit testing. However, the most
15-
popular tools are `PhpUnit`_ and `PhpSpec`_.
15+
popular tools are `PHPUnit`_ and `PHPSpec`_.
1616

1717
Functional Tests
1818
----------------
@@ -112,8 +112,8 @@ Learn More about Functional Tests
112112
Consider using the `HautelookAliceBundle`_ to generate real-looking data for
113113
your test fixtures using `Faker`_ and `Alice`_.
114114

115-
.. _`PhpUnit`: https://phpunit.de/
116-
.. _`PhpSpec`: http://www.phpspec.net/
115+
.. _`PHPUnit`: https://phpunit.de/
116+
.. _`PHPSpec`: https://www.phpspec.net/
117117
.. _`smoke testing`: https://en.wikipedia.org/wiki/Smoke_testing_(software)
118118
.. _`Mink`: http://mink.behat.org
119119
.. _`HautelookAliceBundle`: https://github.com/hautelook/AliceBundle

0 commit comments

Comments
 (0)