8000 Improved Redirecting paragraph of Testing page · symfony/symfony-docs@91bffcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 91bffcb

Browse files
Improved Redirecting paragraph of Testing page
1 parent cbb92b0 commit 91bffcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ afterwards with the ``followRedirect()`` method::
505505
$crawler = $client->followRedirect();
506506

507507
If you want the client to automatically follow all redirects, you can
508-
force him with the ``followRedirects()`` method::
508+
force them by calling the ``followRedirects()`` method before performing the request::
509509

510510
$client->followRedirects();
511511

0 commit comments

Comments
 (0)
0