Skip to content

Commit 33bfeb5

Browse files
Documentation - Fix Testing Overview - Fixed Dectription of assertHeaderNotEmitted
Signed-off-by: Najdanovic Ivan <najdanovicivan@gmail.com>
1 parent e86f286 commit 33bfeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/testing/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ in PHPunit <https://phpunit.readthedocs.io/en/7.4/annotations.html#runinseparate
143143

144144
**assertHeaderNotEmitted($header, $ignoreCase=false)**
145145

146-
Ensure that a header or cookie was actually emitted::
146+
Ensure that a header or cookie was not emitted::
147147

148148
$response->setCookie('foo', 'bar');
149149

0 commit comments

Comments
 (0)