File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Unit Tests
1212Unit tests are used to test your "business logic", which should live in classes
1313that are independent of Symfony. For that reason, Symfony doesn't really
1414have 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
1717Functional Tests
1818----------------
@@ -112,8 +112,8 @@ Learn More about Functional Tests
112112Consider using the `HautelookAliceBundle `_ to generate real-looking data for
113113your 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
You can’t perform that action at this time.
0 commit comments