Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 28ff48d

Browse files
committed
remove unused variable
1 parent 8930c05 commit 28ff48d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)