Skip to content

Commit ace507e

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Update all links to PHPUnit docs
2 parents 544a164 + 13105ae commit ace507e

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
@@ -1051,13 +1051,13 @@ not find the SUT:
10511051
</listeners>
10521052
10531053
.. _`PHPUnit`: https://phpunit.de
1054-
.. _`PHPUnit event listener`: https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
1054+
.. _`PHPUnit event listener`: https://docs.phpunit.de/en/10.0/extending-phpunit.html#phpunit-s-event-system
10551055
.. _`ErrorHandler component`: https://github.com/symfony/error-handler
1056-
.. _`PHPUnit's assertStringMatchesFormat()`: https://phpunit.de/manual/current/en/appendixes.assertions.html#appendixes.assertions.assertStringMatchesFormat
1056+
.. _`PHPUnit's assertStringMatchesFormat()`: https://docs.phpunit.de/en/9.5/assertions.html#assertstringmatchesformat
10571057
.. _`PHP error handler`: https://www.php.net/manual/en/book.errorfunc.php
1058-
.. _`environment variable`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.php-ini-constants-variables
1058+
.. _`environment variable`: https://docs.phpunit.de/en/9.5/configuration.html#the-env-element
10591059
.. _`@-silencing operator`: https://www.php.net/manual/en/language.operators.errorcontrol.php
10601060
.. _`Travis CI`: https://travis-ci.org/
1061-
.. _`test listener`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.test-listeners
1062-
.. _`@covers`: https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.covers
1061+
.. _`test listener`: https://docs.phpunit.de/en/9.5/configuration.html#the-extensions-element
1062+
.. _`@covers`: https://docs.phpunit.de/en/9.5/annotations.html#covers
10631063
.. _`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
@@ -1084,13 +1084,13 @@ Learn more
10841084
/components/css_selector
10851085

10861086
.. _`PHPUnit`: https://phpunit.de/
1087-
.. _`documentation`: https://phpunit.readthedocs.io/
1088-
.. _`Writing Tests for PHPUnit`: https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html
1089-
.. _`PHPUnit documentation`: https://phpunit.readthedocs.io/en/9.5/configuration.html
1087+
.. _`documentation`: https://docs.phpunit.de/
1088+
.. _`Writing Tests for PHPUnit`: https://docs.phpunit.de/en/9.5/writing-tests-for-phpunit.html
1089+
.. _`PHPUnit documentation`: https://docs.phpunit.de/en/9.5/configuration.html
10901090
.. _`unit test`: https://en.wikipedia.org/wiki/Unit_testing
10911091
.. _`DAMADoctrineTestBundle`: https://github.com/dmaicher/doctrine-test-bundle
10921092
.. _`Doctrine data fixtures`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
10931093
.. _`DoctrineFixturesBundle documentation`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
10941094
.. _`SymfonyMakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1095-
.. _`PHPUnit Assertion`: https://phpunit.readthedocs.io/en/9.5/assertions.html
1095+
.. _`PHPUnit Assertion`: https://docs.phpunit.de/en/9.5/assertions.html
10961096
.. _`section 4.1.18 of RFC 3875`: https://tools.ietf.org/html/rfc3875#section-4.1.18

0 commit comments

Comments
 (0)