diff --git a/_build/redirection_map b/_build/redirection_map index f7c1f65033a..5c11914cfcb 100644 --- a/_build/redirection_map +++ b/_build/redirection_map @@ -568,3 +568,4 @@ /messenger/multiple_buses /messenger#messenger-multiple-buses /frontend/encore/server-data /frontend/server-data /components/string /string +/testing/http_authentication /testing#testing_logging_in_users diff --git a/testing/http_authentication.rst b/testing/http_authentication.rst deleted file mode 100644 index 46ddb82b87d..00000000000 --- a/testing/http_authentication.rst +++ /dev/null @@ -1,14 +0,0 @@ -How to Simulate HTTP Authentication in a Functional Test -======================================================== - -.. caution:: - - Starting from Symfony 5.1, a ``loginUser()`` method was introduced to - ease testing secured applications. See :ref:`testing_logging_in_users` - for more information about this. - - If you are still using an older version of Symfony, view - `previous versions of this article`_ for information on how to simulate - HTTP authentication. - -.. _previous versions of this article: https://symfony.com/doc/5.0/testing/http_authentication.html