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 945bb67 commit 4d29c99Copy full SHA for 4d29c99
testing.rst
@@ -625,6 +625,11 @@ You can pass any
625
:class:`Symfony\\Bundle\\FrameworkBundle\\Test\\TestBrowserToken` object and
626
stores in the session of the test client.
627
628
+.. note::
629
+
630
+ Stateless firewalls cannot use ``loginUser()`` prior to requests by design.
631
+ Instead you should add the correct token (i.e. header) in each ``request()`` call.
632
633
Making AJAX Requests
634
....................
635
0 commit comments