8000 minor #27931 [SecurityBundle] fix tests (xabbuh) · fancyweb/symfony@5e28ac3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e28ac3

Browse files
committed
minor symfony#27931 [SecurityBundle] fix tests (xabbuh)
This PR was merged into the 4.2-dev branch. Discussion ---------- [SecurityBundle] fix tests | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#27878 | License | MIT | Doc PR | Commits ------- e69fac4 [SecurityBundle] fix tests
2 parents 20070b7 + e69fac4 commit 5e28ac3

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