Skip to content

Commit 192e821

Browse files
committed
minor symfony#18451 [Security] remove unused variable (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Security] remove unused variable | Q | A | ------------- | --- | Branch? | 2.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- d5964ae remove unused variable
2 parents 5b6da77 + d5964ae commit 192e821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Security/Tests/Http/Firewall/SwitchUserListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ public function testExitUserDispatchesEventWithRefreshedUser()
152152
public function testExitUserDoesNotDispatchEventWithStringUser()
153153
{
154154
$originalUser = 'anon.';
155-
$refreshedUser = $this->getMock('Symfony\Component\Security\Core\User\UserInterface');
156155
$this
157156
->userProvider
158157
->expects($this->never())

0 commit comments

Comments
 (0)