8000 Added a note about the new behavior of BrowserKit and redirects by javiereguiluz · Pull Request #8218 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added a note about the new behavior of BrowserKit and redirects #8218

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,11 @@ The Client supports many operations that can be done in a real browser::
// Clears all cookies and the history
$client->restart();

.. versionadded:: 3.4
Starting from Symfony 3.4, the ``back()`` and ``forward()`` methods skip the
redirects that may have occurred when requesting a URL, as normal browsers
4BE8 do. In previous Symfony versions they weren't skipped.

Accessing Internal Objects
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
0