Skip to content

Commit dffb0bb

Browse files
authored
Fix docstring on TestResponse.assertNotOk()
The docstring for said method seems to be copied from `assertOK()` and left unchanged.
1 parent 4d5c35c commit dffb0bb

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)