Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 579 Bytes

http_authentication.rst

File metadata and controls

14 lines (10 loc) · 579 Bytes

How to Simulate HTTP Authentication in a Functional Test

Warning

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.