Skip to content

Commit c20a2f9

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [Tests] Remove some unused fixtures added missing translations for portuguese [#43726] [HttpClient][Mime] Add correct IDN flags for IDNA2008 compliance properly parse quoted strings tagged with !!str do not merge label classes into expanded choice labels [Serializer] PropertyNormalizer - return unique (i.e. filter duplicate ) attributes in extractAttributes function
2 parents cdb1b6a + c541926 commit c20a2f9

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

Tests/DependencyInjection/SecurityExtensionTest.php

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
use Symfony\Component\Security\Core\User\UserCheckerInterface;
3737
use Symfony\Component\Security\Core\User\UserInterface;
3838
use Symfony\Component\Security\Core\User\UserProviderInterface;
39-
use Symfony\Component\Security\Guard\AuthenticatorInterface as GuardAuthenticatorInterface;
4039
use Symfony\Component\Security\Guard\Token\GuardTokenInterface;
4140
use Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface;
4241
use Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator;
@@ -894,45 +893,6 @@ public function createToken(Passport $passport, string $firewallName): TokenInte
894893
}
895894
}
896895

897-
class NullAuthenticator implements GuardAuthenticatorInterface
898-
{
899-
public function start(Request $request, AuthenticationException $authException = null): Response
900-
{
901-
}
902-
903-
public function supports(Request $request): bool
904-
{
905-
}
906-
907-
public function getCredentials(Request $request)
908-
{
909-
}
910-
911-
public function getUser($credentials, UserProviderInterface $userProvider): ?UserInterface
912-
{
913-
}
914-
915-
public function checkCredentials($credentials, UserInterface $user): bool
916-
{
917-
}
918-
919-
public function createAuthenticatedToken(UserInterface $user, string $providerKey): GuardTokenInterface
920-
{
921-
}
922-
923-
public function onAuthenticationFailure(Request $request, AuthenticationException $exception): ?Response
924-
{
925-
}
926-
927-
public function onAuthenticationSuccess(Request $request, TokenInterface $token, string $providerKey): ?Response
928-
{
929-
}
930-
931-
public function supportsRememberMe(): bool
932-
{
933-
}
934-
}
935-
936896
class TestUserChecker implements UserCheckerInterface
937897
{
938898
public function checkPreAuth(UserInterface $user)

0 commit comments

Comments
 (0)