From bfafbea9469e9b34c6ff02ccff05d0c6a1b025c6 Mon Sep 17 00:00:00 2001 From: mgasmi Date: Sat, 2 Jul 2022 13:53:02 +0200 Subject: [PATCH] [Testing] Update testing.rst phpunit links phpunit links with /stable does not exist yet. --- testing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing.rst b/testing.rst index 9d4a40db421..2be185a81d8 100644 --- a/testing.rst +++ b/testing.rst @@ -990,12 +990,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