Skip to content

Corrected titles of test tools and use safe url for phpspec #9826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions best_practices/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand Down Expand Up @@ -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
Expand Down