Skip to content

Commit 52f4992

Browse files
committed
[SecuritytBundle] Fix test
1 parent 4fc6568 commit 52f4992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Security/SecurityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function testGetFirewallConfig(Request $request, ?FirewallConfig $expecte
9999

100100
$container = $this->createContainer('security.firewall.map', $firewallMap);
101101

102-
$security = new \Symfony\Component\Security\Core\Security($container);
102+
$security = new Security($container);
103103
$this->assertSame($expectedFirewallConfig, $security->getFirewallConfig($request));
104104
}
105105

0 commit comments

Comments
 (0)