We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b6da77 + d5964ae commit 192e821Copy full SHA for 192e821
src/Symfony/Component/Security/Tests/Http/Firewall/SwitchUserListenerTest.php
@@ -152,7 +152,6 @@ public function testExitUserDispatchesEventWithRefreshedUser()
152
public function testExitUserDoesNotDispatchEventWithStringUser()
153
{
154
$originalUser = 'anon.';
155
- $refreshedUser = $this->getMock('Symfony\Component\Security\Core\User\UserInterface');
156
$this
157
->userProvider
158
->expects($this->never())
0 commit comments