remove unused variable

This commit is contained in:
Christian Flothmann 2016-04-05 20:29:19 +02:00
parent 5b6da77a96
commit d5964aee96

View File

@ -152,7 +152,6 @@ class SwitchUserListenerTest extends \PHPUnit_Framework_TestCase
public function testExitUserDoesNotDispatchEventWithStringUser() public function testExitUserDoesNotDispatchEventWithStringUser()
{ {
$originalUser = 'anon.'; $originalUser = 'anon.';
$refreshedUser = $this->getMock('Symfony\Component\Security\Core\User\UserInterface');
$this $this
->userProvider ->userProvider
->expects($this->never()) ->expects($this->never())