Skip to content

Commit 915090d

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Add completion for debug:twig [SecurityBundle] Fix tests [RateLimiter] Increase delta in limiter tests [Console][AppVeyor] Fix EOL in the tests [PasswordHasher] Fix completion tests
2 parents e8d0ae8 + 67a5aff commit 915090d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/Functional/AuthenticatorTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
class AuthenticatorTest extends AbstractWebTestCase
1515
{
1616
/**
17+
* @group legacy
18+
*
1719
* @dataProvider provideEmails
1820
*/
19-
public function testGlobalUserProvider($email)
21+
public function testLegacyGlobalUserProvider($email)
2022
{
2123
$client = $this->createClient(['test_case' => 'Authenticator', 'root_config' => 'implicit_user_provider.yml']);
2224

0 commit comments

Comments
 (0)