Skip to content

Commit c1dac43

Browse files
committed
minor #5485 Fix invalid phpunit URLs (norkunas)
This PR was merged into the 2.3 branch. Discussion ---------- Fix invalid phpunit URLs Commits ------- c7be7a3 Fix invalid phpunit URLs
2 parents ef211b3 + c7be7a3 commit c1dac43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_framework/unit-testing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ Symfony code.
185185
Now that we are confident (again) about the code we have written, we can
186186
safely think about the next batch of features we want to add to our framework.
187187

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

0 commit comments

Comments
 (0)