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.
2 parents bd08495 + 69f12ef commit 984cd83Copy full SHA for 984cd83
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