Skip to content

Commit

Permalink
minor #4670 Change PHPUnit link to avoid redirect to homepage (xelaris)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Change PHPUnit link to avoid redirect to homepage

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

The previous link is redirected to the homepage of phpunit.de. The new one takes to the intended page.

Commits
-------

230d275 Change PHPUnit link to avoid redirect to homepage
  • Loading branch information
weaverryan committed Dec 22, 2014
2 parents 8ccffb0 + 230d275 commit 9b4d747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/code/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ browser.
The code coverage only works if you have Xdebug enabled and all
dependencies installed.

.. _install PHPUnit: http://www.phpunit.de/manual/current/en/installation.html
.. _install PHPUnit: https://phpunit.de/manual/current/en/installation.html
.. _`Composer`: http://getcomposer.org/

0 comments on commit 9b4d747

Please sign in to comment.