Skip to content

Commit

Permalink
Update testing.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nayzo committed Apr 4, 2014
1 parent 02974c2 commit 9878be6
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 adding false as parameter to ``followRedirects()`` method::
Also, if you want to prevent the client from following any redirect, you can
force him by passing ``false`` to ``followRedirects()`` method::

$client->followRedirects(false);

Expand Down

0 comments on commit 9878be6

Please sign in to comment.