Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit fde88ec

Browse files
committed
Fixed some typos
1 parent 06a4e09 commit fde88ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http/Tests/Firewall/SwitchUserListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public function testSwitchUserWithReplacedToken()
315315
$this->assertSame($replacedToken, $this->tokenStorage->getToken());
316316
}
317317

318-
public function testSwitchtUserThrowsAuthenticationExceptionIfNoCurrentToken()
318+
public function testSwitchUserThrowsAuthenticationExceptionIfNoCurrentToken()
319319
{
320320
$this->expectException('Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException');
321321
$this->tokenStorage->setToken(null);

0 commit comments

Comments
 (0)