We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5864419 commit 2d86740Copy full SHA for 2d86740
user_guide_src/source/testing/response.rst
@@ -37,7 +37,7 @@ Checking Response Status
37
**isOK()**
38
39
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.
+a response status code in the 200 or 300's. An empty body is not considered valid, unless in redirects.
41
::
42
43
if ($result->isOK()) {
0 commit comments