Skip to content

Commit

Permalink
Update testing.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nayzo committed May 21, 2014
1 parent 9878be6 commit 804b686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,9 @@ If you want the client to automatically follow all redirects, you can
force him with the ``followRedirects()`` method::

$client->followRedirects();
Also, if you want to prevent the client from following any redirect, you can
force him by passing ``false`` to ``followRedirects()`` method::

If you pass ``false`` to the ``followRedirects()`` method, the redirects
will no longer be followed::

$client->followRedirects(false);

Expand Down

0 comments on commit 804b686

Please sign in to comment.