8000 minor #43841 [SecurityBundle] Fix tests (chalasr) · symfony/symfony@984cd83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 984cd83

Browse files
committed
minor #43841 [SecurityBundle] Fix tests (chalasr)
This PR was merged into the 5.4 branch. Discussion ---------- [SecurityBundle] Fix tests | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | - | New feature? | - | Deprecations? | - | Tickets | - | License | MIT | Doc PR | - We missed flagging this test as legacy in #43835. Commits ------- 69f12ef [SecurityBundle] Fix tests
2 parents bd08495 + 69f12ef commit 984cd83

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