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

Commit d8ef128

Browse files
committed
[Security] Typo fix
1 parent fcff017 commit d8ef128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Http/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private function createListener(array $options = array(), $success = true)
4949
$authenticationFailureHandler = $this->getMockBuilder(AuthenticationFailureHandlerInterface::class)->getMock();
5050
$authenticationFailureHandler->method('onAuthenticationFailure')->willReturn(new Response('ko'));
5151

52-
$this->listener = new UsernamePasswordJsonAuthenticationListener($tokenStorage, $authenticationManager, 'providerKey', $authenticationSuccessHandler, $authenticationFailureHandler, $options);
52+
$this->listener = new UsernamePasswordJsonAuthenticationListener($tokenStorage, $authenticationManager, 'providerKey', $authenticationSuccessHandler, $authenticationFailureHandler, $options);
5353
}
5454

5555
public function testHandleSuccess()

0 commit comments

Comments
 (0)