-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
Tests on the main branch currently fail with Symfony 6:
AuthenticationTrustResolverInterface::isAnonymous()is called, but that class has been removed in Symfony 6.- Some tests use the
AnonymousTokenclass which has also been removed. - The constant
AuthenticatedVoter::IS_AUTHENTICATED_ANONYMOUSLYis accessed. Gone as well.