Skip to content

Commit

Permalink
minor #5485 Fix invalid phpunit URLs (norkunas)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix invalid phpunit URLs

Commits
-------

c7be7a3 Fix invalid phpunit URLs
  • Loading branch information
xabbuh committed Jul 4, 2015
2 parents ef211b3 + c7be7a3 commit c1dac43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_framework/unit-testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ Symfony code.
Now that we are confident (again) about the code we have written, we can
safely think about the next batch of features we want to add to our framework.

.. _`PHPUnit`: http://www.phpunit.de/manual/current/en/index.html
.. _`test doubles`: http://www.phpunit.de/manual/current/en/test-doubles.html
.. _`PHPUnit`: http://phpunit.de/manual/current/en/index.html
.. _`test doubles`: http://phpunit.de/manual/current/en/test-doubles.html
.. _`XDebug`: http://xdebug.org/

0 comments on commit c1dac43

Please sign in to comment.