Skip to content

Commit 8d281e2

Browse files
authored
Merge pull request #8585 from rahmatnazali/patch-1
docs: fix docstring on `TestResponse.assertNotOk()`
2 parents 4d5c35c + dffb0bb commit 8d281e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Test/TestResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function assertOK()
163163
}
164164

165165
/**
166-
* Asserts that the Response is considered OK.
166+
* Asserts that the Response is considered not OK.
167167
*
168168
* @throws Exception
169169
*/

0 commit comments

Comments
 (0)