From 2dbdc43d189e21950c7f0b180eed964a5e4a112c Mon Sep 17 00:00:00 2001 From: Javad Adib <8861284+MrJavadAdib@users.noreply.github.com> Date: Sun, 24 Jul 2022 07:11:03 +0430 Subject: [PATCH] Update broken link of PHPUnit documentation update to doc v9.5 --- testing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing.rst b/testing.rst index 63764222dbd..22a530b52d9 100644 --- a/testing.rst +++ b/testing.rst @@ -1017,12 +1017,12 @@ Learn more .. _`PHPUnit`: https://phpunit.de/ .. _`documentation`: https://phpunit.readthedocs.io/ -.. _`Writing Tests for PHPUnit`: https://phpunit.readthedocs.io/en/stable/writing-tests-for-phpunit.html -.. _`PHPUnit documentation`: https://phpunit.readthedocs.io/en/stable/configuration.html +.. _`Writing Tests for PHPUnit`: https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html +.. _`PHPUnit documentation`: https://phpunit.readthedocs.io/en/9.5/configuration.html .. _`unit test`: https://en.wikipedia.org/wiki/Unit_testing .. _`DAMADoctrineTestBundle`: https://github.com/dmaicher/doctrine-test-bundle .. _`Doctrine data fixtures`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html .. _`DoctrineFixturesBundle documentation`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html .. _`SymfonyMakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html -.. _`PHPUnit Assertion`: https://phpunit.readthedocs.io/en/stable/assertions.html +.. _`PHPUnit Assertion`: https://phpunit.readthedocs.io/en/9.5/assertions.html .. _`section 4.1.18 of RFC 3875`: https://tools.ietf.org/html/rfc3875#section-4.1.18