Skip to content

Commit 33d214a

Browse files
committed
minor #52382 [SecurityBundle] remove invalid test (xabbuh)
This PR was merged into the 6.3 branch. Discussion ---------- [SecurityBundle] remove invalid test | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 22145bf remove invalid test
2 parents 7a59ef0 + 22145bf commit 33d214a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -566,26 +566,6 @@ public function testSecretRememberMeHasher()
566566
$this->assertSame('very', $handler->getArgument(2));
567567
}
568568

569-
public function testSecretRememberMeHandler()
570-
{
571-
$container = $this->getRawContainer();
572-
573-
$container->register('custom_remember_me', \stdClass::class);
574-
$container->loadFromExtension('security', [
575-
'enable_authenticator_manager' => true,
576-
'firewalls' => [
577-
'default' => [
578-
'remember_me' => ['secret' => 'very', 'token_provider' => 'token_provider_id'],
579-
],
580-
],
581-
]);
582-
583-
$container->compile();
584-
585-
$handler = $container->getDefinition('security.authenticator.remember_me_handler.default');
586-
$this->assertSame('very', $handler->getArgument(1));
587-
}
588-
589569
public static function sessionConfigurationProvider(): array
590570
{
591571
return [

0 commit comments

Comments
 (0)