File tree Expand file tree Collapse file tree
user_guide_src/source/testing Expand file tree Collapse file tree Original file line number Diff line number Diff 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
155155assertHeaderNotEmitted($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
165165assertCloseEnough($expected, $actual, $message = '', $tolerance = 1)
166166^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments