remove unused variable

This commit is contained in:
Christian Flothmann 2016-04-05 20:29:19 +02:00
parent 5b6da77a96
commit d5964aee96
1 changed files with 0 additions and 1 deletions

View File

@ -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())