Skip to content

Commit 0c7e178

Browse files
authored
Merge pull request #7705 from kenjis/docs-testing-overview
docs: update 404 links in testing/overview.rst
2 parents afea23f + 137f6d6 commit 0c7e178

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/testing/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Ensure that a header or cookie was actually emitted:
150150
.. literalinclude:: overview/009.php
151151

152152
.. note:: the test case with this should be `run as a separate process
153-
in PHPunit <https://phpunit.readthedocs.io/en/9.5/annotations.html#runinseparateprocess>`_.
153+
in PHPunit <https://docs.phpunit.de/en/9.6/annotations.html#runinseparateprocess>`_.
154154

155155
assertHeaderNotEmitted($header, $ignoreCase = false)
156156
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -160,7 +160,7 @@ Ensure that a header or cookie was not emitted:
160160
.. literalinclude:: overview/010.php
161161

162162
.. note:: the test case with this should be `run as a separate process
163-
in PHPunit <https://phpunit.readthedocs.io/en/9.5/annotations.html#runinseparateprocess>`_.
163+
in PHPunit <https://docs.phpunit.de/en/9.6/annotations.html#runinseparateprocess>`_.
164164

165165
assertCloseEnough($expected, $actual, $message = '', $tolerance = 1)
166166
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)