-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Test Http Authentication #8005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I tried to search about the exception, and it's reported and closed on symfony's repository because it's a well known behavior. This means documentation is telling us to something that will make us run into an error. |
It's crucial to use the same firewall name which is used in Maybe the documentation could be more explicit about this. |
@xelaris thank you. Indeed it needed same name. |
Hi,
The docs in http://symfony.com/doc/current/testing/http_authentication.html
says too add the following content to config_test.yml
Although when you do that and try to test you run into this error:
This is because config.yml imports security.yml that already has security.firewalls defined.
Btw, anyone know a good way to make this http authentication test work?
The text was updated successfully, but these errors were encountered: