File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
user_guide_src/source/testing Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,12 @@ Ensure that a header or cookie was actually emitted:
164164
165165.. literalinclude :: overview/009.php
166166
167- .. note :: the test case with this should be `run as a separate process
168- in PHPunit <https://docs.phpunit.de/en/9.6/annotations.html#runinseparateprocess>`_.
167+ .. note :: The test case with this should be run as a separate process
168+ (with `@runInSeparateProcess annotation `_ or `RunInSeparateProcess attribute `_)
169+ in PHPUnit.
170+
171+ .. _@runInSeparateProcess annotation : https://docs.phpunit.de/en/10.5/annotations.html#runinseparateprocess
172+ .. _RunInSeparateProcess attribute : https://docs.phpunit.de/en/10.5/attributes.html#runinseparateprocess
169173
170174assertHeaderNotEmitted($header, $ignoreCase = false)
171175^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -174,8 +178,9 @@ Ensure that a header or cookie was not emitted:
174178
175179.. literalinclude :: overview/010.php
176180
177- .. note :: the test case with this should be `run as a separate process
178- in PHPunit <https://docs.phpunit.de/en/9.6/annotations.html#runinseparateprocess>`_.
181+ .. note :: The test case with this should be run as a separate process
182+ (with `@runInSeparateProcess annotation `_ or `RunInSeparateProcess attribute `_)
183+ in PHPUnit.
179184
180185assertCloseEnough($expected, $actual, $message = '', $tolerance = 1)
181186^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments