File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed 
tests/bundle/Core/DependencyInjection/Compiler Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments