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 bd08495 commit 69f12efCopy full SHA for 69f12ef
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