Skip to content

Commit 71b53a6

Browse files
committed
[Tests] Update PHPUnit documentation links
1 parent 1c09a0b commit 71b53a6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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://docs.phpunit.de/en/9.5/writing-tests-for-phpunit.html#data-providers
466+
.. _`PHPUnit data providers`: https://docs.phpunit.de/en/9.6/writing-tests-for-phpunit.html#data-providers

components/phpunit_bridge.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,11 +1064,11 @@ not find the SUT:
10641064
.. _`PHPUnit`: https://phpunit.de
10651065
.. _`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://docs.phpunit.de/en/9.5/assertions.html#assertstringmatchesformat
1067+
.. _`PHPUnit's assertStringMatchesFormat()`: https://docs.phpunit.de/en/9.6/assertions.html#assertstringmatchesformat
10681068
.. _`PHP error handler`: https://www.php.net/manual/en/book.errorfunc.php
1069-
.. _`environment variable`: https://docs.phpunit.de/en/9.5/configuration.html#the-env-element
1069+
.. _`environment variable`: https://docs.phpunit.de/en/9.6/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://docs.phpunit.de/en/9.5/configuration.html#the-extensions-element
1073-
.. _`@covers`: https://docs.phpunit.de/en/9.5/annotations.html#covers
1072+
.. _`test listener`: https://docs.phpunit.de/en/9.6/configuration.html#the-extensions-element
1073+
.. _`@covers`: https://docs.phpunit.de/en/9.6/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://docs.phpunit.de/en/9.5/
224-
.. _`test doubles`: https://docs.phpunit.de/en/9.5/test-doubles.html
223+
.. _`PHPUnit`: https://docs.phpunit.de/en/9.6/
224+
.. _`test doubles`: https://docs.phpunit.de/en/9.6/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://docs.phpunit.de/en/9.5/writing-tests-for-phpunit.html#data-providers
244+
.. _`PHPUnit data providers`: https://docs.phpunit.de/en/9.6/writing-tests-for-phpunit.html#data-providers

0 commit comments

Comments
 (0)