Skip to content

Commit 7b0bac7

Browse files
committed
Update all links to PHPUnit docs
1 parent 0480fdc commit 7b0bac7

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,4 +463,4 @@ you must set up a redirection.
463463
.. _`feature toggles`: https://en.wikipedia.org/wiki/Feature_toggle
464464
.. _`smoke testing`: https://en.wikipedia.org/wiki/Smoke_testing_(software)
465465
.. _`Webpack`: https://webpack.js.org/
466-
.. _`PHPUnit data providers`: https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html#data-providers
466+
.. _`PHPUnit data providers`: https://docs.phpunit.de/en/9.5/writing-tests-for-phpunit.html#data-providers

components/phpunit_bridge.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,13 +1062,13 @@ not find the SUT:
10621062
</listeners>
10631063
10641064
.. _`PHPUnit`: https://phpunit.de
1065-
.. _`PHPUnit event listener`: https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
1065+
.. _`PHPUnit event listener`: https://docs.phpunit.de/en/10.0/extending-phpunit.html#phpunit-s-event-system
10661066
.. _`ErrorHandler component`: https://github.com/symfony/error-handler
1067-
.. _`PHPUnit's assertStringMatchesFormat()`: https://phpunit.de/manual/current/en/appendixes.assertions.html#appendixes.assertions.assertStringMatchesFormat
1067+
.. _`PHPUnit's assertStringMatchesFormat()`: https://docs.phpunit.de/en/9.5/assertions.html#assertstringmatchesformat
10681068
.. _`PHP error handler`: https://www.php.net/manual/en/book.errorfunc.php
1069-
.. _`environment variable`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.php-ini-constants-variables
1069+
.. _`environment variable`: https://docs.phpunit.de/en/9.5/configuration.html#the-env-element
10701070
.. _`@-silencing operator`: https://www.php.net/manual/en/language.operators.errorcontrol.php
10711071
.. _`Travis CI`: https://travis-ci.org/
1072-
.. _`test listener`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.test-listeners
1073-
.. _`@covers`: https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.covers
1072+
.. _`test listener`: https://docs.phpunit.de/en/9.5/configuration.html#the-extensions-element
1073+
.. _`@covers`: https://docs.phpunit.de/en/9.5/annotations.html#covers
10741074
.. _`PHP namespace resolutions rules`: https://www.php.net/manual/en/language.namespaces.rules.php

create_framework/unit_testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,6 @@ Symfony code.
220220
Now that we are confident (again) about the code we have written, we can
221221
safely think about the next batch of features we want to add to our framework.
222222

223-
.. _`PHPUnit`: https://phpunit.readthedocs.io/en/9.5/
224-
.. _`test doubles`: https://phpunit.readthedocs.io/en/9.5/test-doubles.html
223+
.. _`PHPUnit`: https://docs.phpunit.de/en/9.5/
224+
.. _`test doubles`: https://docs.phpunit.de/en/9.5/test-doubles.html
225225
.. _`XDebug`: https://xdebug.org/

form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ guessers using the :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestC
241241
and :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase::getTypeGuessers`
242242
methods.
243243

244-
.. _`PHPUnit data providers`: https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html#data-providers
244+
.. _`PHPUnit data providers`: https://docs.phpunit.de/en/9.5/writing-tests-for-phpunit.html#data-providers

testing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,13 +1115,13 @@ Learn more
11151115
/components/css_selector
11161116

11171117
.. _`PHPUnit`: https://phpunit.de/
1118-
.. _`documentation`: https://phpunit.readthedocs.io/
1119-
.. _`Writing Tests for PHPUnit`: https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html
1120-
.. _`PHPUnit documentation`: https://phpunit.readthedocs.io/en/9.5/configuration.html
1118+
.. _`documentation`: https://docs.phpunit.de/
1119+
.. _`Writing Tests for PHPUnit`: https://docs.phpunit.de/en/9.5/writing-tests-for-phpunit.html
1120+
.. _`PHPUnit documentation`: https://docs.phpunit.de/en/9.5/configuration.html
11211121
.. _`unit test`: https://en.wikipedia.org/wiki/Unit_testing
11221122
.. _`DAMADoctrineTestBundle`: https://github.com/dmaicher/doctrine-test-bundle
11231123
.. _`Doctrine data fixtures`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
11241124
.. _`DoctrineFixturesBundle documentation`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
11251125
.. _`SymfonyMakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1126-
.. _`PHPUnit Assertion`: https://phpunit.readthedocs.io/en/9.5/assertions.html
1126+
.. _`PHPUnit Assertion`: https://docs.phpunit.de/en/9.5/assertions.html
11271127
.. _`section 4.1.18 of RFC 3875`: https://tools.ietf.org/html/rfc3875#section-4.1.18

0 commit comments

Comments
 (0)