7 lines
217 B
YAML
7 lines
217 B
YAML
# this configuration simplifies testing URLs protected by the security mechanism
|
|
# See https://symfony.com/doc/current/testing/http_authentication.html
|
|
security:
|
|
firewalls:
|
|
main:
|
|
http_basic: ~
|