Skip to content

Commit

Permalink
minor #3764 Update testing.rst (NAYZO)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Update testing.rst

Commits
-------

804b686 Update testing.rst
9878be6 Update testing.rst
02974c2 Update testing.rst
  • Loading branch information
weaverryan committed May 28, 2014
2 parents 0cb9c3b + 804b686 commit f617ff8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions book/testing.rst
Expand Up @@ -494,6 +494,11 @@ force him with the ``followRedirects()`` method::


$client->followRedirects(); $client->followRedirects();


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

$client->followRedirects(false);

.. index:: .. index::
single: Tests; Crawler single: Tests; Crawler


Expand Down

0 comments on commit f617ff8

Please sign in to comment.