File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Unit Tests
12
12
Unit tests are used to test your "business logic", which should live in classes
13
13
that are independent of Symfony. For that reason, Symfony doesn't really
14
14
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 `_.
16
16
17
17
Functional Tests
18
18
----------------
@@ -112,8 +112,8 @@ Learn More about Functional Tests
112
112
Consider using the `HautelookAliceBundle `_ to generate real-looking data for
113
113
your test fixtures using `Faker `_ and `Alice `_.
114
114
115
- .. _`PhpUnit ` : https://phpunit.de/
116
- .. _`PhpSpec ` : http ://www.phpspec.net/
115
+ .. _`PHPUnit ` : https://phpunit.de/
116
+ .. _`PHPSpec ` : https ://www.phpspec.net/
117
117
.. _`smoke testing` : https://en.wikipedia.org/wiki/Smoke_testing_(software)
118
118
.. _`Mink` : http://mink.behat.org
119
119
.. _`HautelookAliceBundle` : https://github.com/hautelook/AliceBundle
You can’t perform that action at this time.
0 commit comments