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 9878be6 commit 804b686Copy full SHA for 804b686
book/testing.rst
@@ -492,9 +492,9 @@ If you want the client to automatically follow all redirects, you can
492
force him with the ``followRedirects()`` method::
493
494
$client->followRedirects();
495
-
496
-Also, if you want to prevent the client from following any redirect, you can
497
-force him by passing ``false`` to ``followRedirects()`` method::
+
+If you pass ``false`` to the ``followRedirects()`` method, the redirects
+will no longer be followed::
498
499
$client->followRedirects(false);
500
0 commit comments