Skip to content
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
do. In previous Symfony versions they weren't skipped.

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

Expand Down