Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Update testing.rst#3764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update testing.rst#3764
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@@ -492,6 +492,11 @@ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
add a comma after Also
Hmm, it is disabled by default (when using the full-stack framework), so why would you want to disable it? I think it's a pretty specific need, so maybe a little sentence "If you pass |
it's a specific need but very useful, and must be clarified. |
Great suggestion on the wording Wouter and thanks@nayzo for adding this - I think it reads very well now. Cheers! |
No description provided.