From d5964aee96627eebd950153795a1f67e8b91e6f3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 5 Apr 2016 20:29:19 +0200 Subject: [PATCH] remove unused variable --- .../Security/Tests/Http/Firewall/SwitchUserListenerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/Security/Tests/Http/Firewall/SwitchUserListenerTest.php b/src/Symfony/Component/Security/Tests/Http/Firewall/SwitchUserListenerTest.php index 1ee6ea5e52..4e795c8d62 100644 --- a/src/Symfony/Component/Security/Tests/Http/Firewall/SwitchUserListenerTest.php +++ b/src/Symfony/Component/Security/Tests/Http/Firewall/SwitchUserListenerTest.php @@ -152,7 +152,6 @@ class SwitchUserListenerTest extends \PHPUnit_Framework_TestCase public function testExitUserDoesNotDispatchEventWithStringUser() { $originalUser = 'anon.'; - $refreshedUser = $this->getMock('Symfony\Component\Security\Core\User\UserInterface'); $this ->userProvider ->expects($this->never())