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.
1 parent d964f00 commit 5c13e49Copy full SHA for 5c13e49
Tests/Firewall/SwitchUserListenerTest.php
@@ -315,7 +315,7 @@ public function testSwitchUserWithReplacedToken()
315
$this->assertSame($replacedToken, $this->tokenStorage->getToken());
316
}
317
318
- public function testSwitchtUserThrowsAuthenticationExceptionIfNoCurrentToken()
+ public function testSwitchUserThrowsAuthenticationExceptionIfNoCurrentToken()
319
{
320
$this->expectException('Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException');
321
$this->tokenStorage->setToken(null);
0 commit comments