Skip to content

Commit 034665e

Browse files
Merge branch '7.2' into 7.3
* 7.2: - - CS fixes
2 parents 428a281 + 2970067 commit 034665e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SecurityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testLogin()
154154
->method('getProvidedServices')
155155
->willReturn([
156156
'security.authenticator.custom.dev' => $authenticator,
157-
'security.authenticator.remember_me.main' => $authenticator
157+
'security.authenticator.remember_me.main' => $authenticator,
158158
])
159159
;
160160
$firewallAuthenticatorLocator
@@ -287,7 +287,7 @@ public function testLoginFailsWhenTooManyAuthenticatorsFound()
287287
->method('getProvidedServices')
288288
->willReturn([
289289
'security.authenticator.custom.main' => $authenticator,
290-
'security.authenticator.other.main' => $authenticator
290+
'security.authenticator.other.main' => $authenticator,
291291
])
292292
;
293293

0 commit comments

Comments
 (0)