8000 [SecurityBundle] Fix tests · symfony/symfony@59a5475 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59a5475

Browse files
committed
[SecurityBundle] Fix tests
1 parent acbd7b4 commit 59a5475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bundle/SecurityBundle/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)
0