Skip to content

Commit 1ca4ced

Browse files
committed
minor #19567 [Testing] Change PHPUnit URLs (tony-tran)
This PR was merged into the 6.4 branch. Discussion ---------- [Testing] Change PHPUnit URLs Hi, Page : https://symfony.com/doc/6.4/testing.html URL it's ok on 5.x branch. I'm not sure about the version of phpunit for the url to add (the latest is 11.0). Commits ------- 6b5c537 [Testing] Change PHPUnit URLs
2 parents 52cd875 + 6b5c537 commit 1ca4ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,8 +1189,8 @@ Learn more
11891189

11901190
.. _`PHPUnit`: https://phpunit.de/
11911191
.. _`documentation`: https://docs.phpunit.de/
1192-
.. _`Writing Tests for PHPUnit`: https://docs.phpunit.de/en/10.3/writing-tests-for-phpunit.html
1193-
.. _`PHPUnit documentation`: https://docs.phpunit.de/en/10.3/configuration.html
1192+
.. _`Writing Tests for PHPUnit`: https://docs.phpunit.de/en/10.5/writing-tests-for-phpunit.html
1193+
.. _`PHPUnit documentation`: https://docs.phpunit.de/en/10.5/configuration.html
11941194
.. _`unit test`: https://en.wikipedia.org/wiki/Unit_testing
11951195
.. _`DAMADoctrineTestBundle`: https://github.com/dmaicher/doctrine-test-bundle
11961196
.. _`Doctrine data fixtures`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html

0 commit comments

Comments
 (0)