Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 629 Bytes

http_authentication.rst

File metadata and controls

17 lines (12 loc) · 629 Bytes
.. index::
   single: Tests; HTTP authentication

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.