Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 428120a

Browse filesBrowse files
lex111javiereguiluz
authored andcommitted
Corrected titles of test tools and use safe url for phpspec
1 parent 8405282 commit 428120a
Copy full SHA for 428120a

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎best_practices/tests.rst

Copy file name to clipboardExpand all lines: best_practices/tests.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.