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.
2 parents 428a281 + 2970067 commit 034665eCopy full SHA for 034665e
Tests/SecurityTest.php
@@ -154,7 +154,7 @@ public function testLogin()
154
->method('getProvidedServices')
155
->willReturn([
156
'security.authenticator.custom.dev' => $authenticator,
157
- 'security.authenticator.remember_me.main' => $authenticator
+ 'security.authenticator.remember_me.main' => $authenticator,
158
])
159
;
160
$firewallAuthenticatorLocator
@@ -287,7 +287,7 @@ public function testLoginFailsWhenTooManyAuthenticatorsFound()
287
288
289
'security.authenticator.custom.main' => $authenticator,
290
- 'security.authenticator.other.main' => $authenticator
+ 'security.authenticator.other.main' => $authenticator,
291
292
293
0 commit comments