diff --git a/config/packages/test/security.yaml b/config/packages/test/security.yaml index edddd4d8..d21bd6dd 100644 --- a/config/packages/test/security.yaml +++ b/config/packages/test/security.yaml @@ -1,5 +1,11 @@ # config/packages/test/security.yaml security: + + # Disable password hashing during testing. This speeds up tests a lot + encoders: + App\Entity\UserSystem\User: + algorithm: plaintext + firewalls: # replace 'main' by the name of your own firewall main: