Closed
Description
I'm using symfony 5.3 and the new authenticator-based security (https://symfony.com/doc/current/security/authenticator_manager.html)
Calling cantSeeAuthentication()
/dontSeeAuthentication()
fails with the error message
Service security.helper is not available in container.
If the service isn't injected anywhere in your app, you need to set it to `public` in your `config/services_test.php`/`.yaml`,
see https://symfony.com/doc/current/testing.html#accessing-the-container
From what I can see the service security.helper
is grabbed directly from the container here: https://github.com/Codeception/module-symfony/blob/main/src/Codeception/Module/Symfony/SecurityAssertionsTrait.php#L180
Can anybody confirm this issue?
Metadata
Metadata
Assignees
Labels
No labels