diff options
author | Christian Flothmann <christian.flothmann@xabbuh.de> | 2016-04-05 20:29:19 +0200 |
---|---|---|
committer | Christian Flothmann <christian.flothmann@xabbuh.de> | 2016-04-05 20:29:19 +0200 |
commit | 28ff48df813cb85b2efa0aaa3e487981b08880cd (patch) | |
tree | 6bce8cf4a49893b80b3f23e17616556164f898a9 | |
parent | 8930c053da78b96618182f855d8b5f0de5de4e14 (diff) | |
download | symfony-security-28ff48df813cb85b2efa0aaa3e487981b08880cd.zip symfony-security-28ff48df813cb85b2efa0aaa3e487981b08880cd.tar.gz symfony-security-28ff48df813cb85b2efa0aaa3e487981b08880cd.tar.bz2 |
remove unused variablev2.3.40
-rw-r--r-- | Tests/Http/Firewall/SwitchUserListenerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Http/Firewall/SwitchUserListenerTest.php b/Tests/Http/Firewall/SwitchUserListenerTest.php index 1ee6ea5..4e795c8 100644 --- a/Tests/Http/Firewall/SwitchUserListenerTest.php +++ b/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()) |