We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32a14c commit 48553b7Copy full SHA for 48553b7
testing.rst
@@ -421,6 +421,11 @@ The Client supports many operations that can be done in a real browser::
421
// Clears all cookies and the history
422
$client->restart();
423
424
+.. versionadded:: 3.4
425
+ Starting from Symfony 3.4, the ``back()`` and ``forward()`` methods skip the
426
+ redirects that may have occurred when requesting a URL, as normal browsers
427
+ do. In previous Symfony versions they weren't skipped.
428
+
429
Accessing Internal Objects
430
~~~~~~~~~~~~~~~~~~~~~~~~~~
431
0 commit comments