Skip to content

Commit 13105ae

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Update all links to PHPUnit docs
2 parents b305277 + 1550ab5 commit 13105ae

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
@@ -454,4 +454,4 @@ you must set up a redirection.
454454
.. _`feature toggles`: https://en.wikipedia.org/wiki/Feature_toggle
455455
.. _`smoke testing`: https://en.wikipedia.org/wiki/Smoke_testing_(software)
456456
.. _`Webpack`: https://webpack.js.org/
457-
.. _`PHPUnit data providers`: https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html#data-providers
457+
.. _`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
@@ -1032,13 +1032,13 @@ not find the SUT:
10321032
</listeners>
10331033
10341034
.. _`PHPUnit`: https://phpunit.de
1035-
.. _`PHPUnit event listener`: https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
1035+
.. _`PHPUnit event listener`: https://docs.phpunit.de/en/10.0/extending-phpunit.html#phpunit-s-event-system
10361036
.. _`ErrorHandler component`: https://github.com/symfony/error-handler
1037-
.. _`PHPUnit's assertStringMatchesFormat()`: https://phpunit.de/manual/current/en/appendixes.assertions.html#appendixes.assertions.assertStringMatchesFormat
1037+
.. _`PHPUnit's assertStringMatchesFormat()`: https://docs.phpunit.de/en/9.5/assertions.html#assertstringmatchesformat
10381038
.. _`PHP error handler`: https://www.php.net/manual/en/book.errorfunc.php
1039-
.. _`environment variable`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.php-ini-constants-variables
1039+
.. _`environment variable`: https://docs.phpunit.de/en/9.5/configuration.html#the-env-element
10401040
.. _`@-silencing operator`: https://www.php.net/manual/en/language.operators.errorcontrol.php
10411041
.. _`Travis CI`: https://travis-ci.org/
1042-
.. _`test listener`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.test-listeners
1043-
.. _`@covers`: https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.covers
1042+
.. _`test listener`: https://docs.phpunit.de/en/9.5/configuration.html#the-extensions-element
1043+
.. _`@covers`: https://docs.phpunit.de/en/9.5/annotations.html#covers
10441044
.. _`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
@@ -216,6 +216,6 @@ Symfony code.
216216
Now that we are confident (again) about the code we have written, we can
217217
safely think about the next batch of features we want to add to our framework.
218218

219-
.. _`PHPUnit`: https://phpunit.readthedocs.io/en/9.5/
220-
.. _`test doubles`: https://phpunit.readthedocs.io/en/9.5/test-doubles.html
219+
.. _`PHPUnit`: https://docs.phpunit.de/en/9.5/
220+
.. _`test doubles`: https://docs.phpunit.de/en/9.5/test-doubles.html
221221
.. _`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
@@ -1118,13 +1118,13 @@ Learn more
11181118
/components/css_selector
11191119

11201120
.. _`PHPUnit`: https://phpunit.de/
1121-
.. _`documentation`: https://phpunit.readthedocs.io/
1122-
.. _`Writing Tests for PHPUnit`: https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html
1123-
.. _`PHPUnit documentation`: https://phpunit.readthedocs.io/en/9.5/configuration.html
1121+
.. _`documentation`: https://docs.phpunit.de/
1122+
.. _`Writing Tests for PHPUnit`: https://docs.phpunit.de/en/9.5/writing-tests-for-phpunit.html
1123+
.. _`PHPUnit documentation`: https://docs.phpunit.de/en/9.5/configuration.html
11241124
.. _`unit test`: https://en.wikipedia.org/wiki/Unit_testing
11251125
.. _`DAMADoctrineTestBundle`: https://github.com/dmaicher/doctrine-test-bundle
11261126
.. _`Doctrine data fixtures`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
11271127
.. _`DoctrineFixturesBundle documentation`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
11281128
.. _`SymfonyMakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1129-
.. _`PHPUnit Assertion`: https://phpunit.readthedocs.io/en/9.5/assertions.html
1129+
.. _`PHPUnit Assertion`: https://docs.phpunit.de/en/9.5/assertions.html
11301130
.. _`section 4.1.18 of RFC 3875`: https://tools.ietf.org/html/rfc3875#section-4.1.18

0 commit comments

Comments
 (0)