Skip to content

Commit b65af9a

Browse files
committed
adjusted unit tests
1 parent 6c385a9 commit b65af9a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/bundle/Core/DependencyInjection/Compiler/SecurityPassTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ final class SecurityPassTest extends AbstractCompilerPassTestCase
2222
protected function setUp(): void
2323
{
2424
parent::setUp();
25-
$this->setDefinition('security.authentication.provider.dao', new Definition());
2625
$this->setDefinition('security.authentication.provider.rememberme', new Definition());
2726
$this->setDefinition('security.authentication.provider.guard', new Definition());
28-
$this->setDefinition('security.authentication.provider.anonymous', new Definition());
2927
$this->setDefinition('security.http_utils', new Definition());
3028
$this->setDefinition('security.authentication.success_handler', new Definition());
3129
$this->setDefinition('ibexa.config.resolver', new Definition());
@@ -58,10 +56,5 @@ public function testAlteredDaoAuthenticationProvider(): void
5856
'setSiteAccess',
5957
[new Reference(SiteAccess::class)]
6058
);
61-
$this->assertContainerBuilderHasServiceDefinitionWithMethodCall(
62-
'security.authentication.success_handler',
63-
'setConfigResolver',
64-
[new Reference('ibexa.config.resolver')]
65-
);
6659
}
6760
}

0 commit comments

Comments
 (0)