8000
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.
1 parent acbd7b4 commit 59a5475Copy full SHA for 59a5475
src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticatorTest.php
@@ -14,9 +14,11 @@
14
class AuthenticatorTest extends AbstractWebTestCase
15
{
16
/**
17
+ * @group legacy
18
+ *
19
* @dataProvider provideEmails
20
*/
- public function testGlobalUserProvider($email)
21
+ public function testLegacyGlobalUserProvider($email)
22
23
$client = $this->createClient(['test_case' => 'Authenticator', 'root_config' => 'implicit_user_provider.yml']);
24
0 commit comments