Refactor PrepareClientTrait to use the loginUser method

This commit is contained in:
2023-12-14 21:16:47 +01:00
parent 5030b67c5d
commit 7ba3435c41
2 changed files with 33 additions and 8 deletions

View File

@@ -1,9 +1,5 @@
---
# config/packages/test/security.yaml
security:
firewalls:
default:
entry_point: http_basic
http_basic: ~
role_hierarchy:
CHILL_MASTER_ROLE: [ CHILL_INHERITED_ROLE_1 ]