Skip to content

Commit 2d86740

Browse files
committed
docs: elaborate on isOK()
1 parent 5864419 commit 2d86740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Checking Response Status
3737
**isOK()**
3838

3939
Returns a boolean true/false based on whether the response is perceived to be "ok". This is primarily determined by
40-
a response status code in the 200 or 300's.
40+
a response status code in the 200 or 300's. An empty body is not considered valid, unless in redirects.
4141
::
4242

4343
if ($result->isOK()) {

0 commit comments

Comments
 (0)