10000 [SecurityBundle] fix tests · symfony/symfony@e69fac4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e69fac4

Browse files
committed
[SecurityBundle] fix tests
1 parent 20070b7 commit e69fac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testGetters()
4242

4343
/**
4444
* @group legacy
45-
* @expectedDeprecation Passing an instance of Symfony\Bundle\SecurityBundle\Security\FirewallConfig as 3rd argument to Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct() is deprecated since Symfony 4.2. Pass a Symfony\Component\Security\Http\Firewall\LogoutListener instance instead.
45+
* @expectedDeprecation Passing an instance of Symfony\Bundle\SecurityBundle\Security\FirewallConfig as the 3rd argument to "Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct()" is deprecated since Symfony 4.2. Pass a Symfony\Component\Security\Http\Firewall\LogoutListener instance instead.
4646
*/
4747
public function testFirewallConfigAs3rdConstructorArgument()
4848
{

0 commit comments

Comments
 (0)
0