Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 755fc03

Browse files
minor #41336 [Security] Add UserAuthenticationProviderTest to legacy group (derrabus)
This PR was merged into the 5.3 branch. Discussion ---------- [Security] Add UserAuthenticationProviderTest to legacy group | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Commits ------- ee909d2 [Security] Add UserAuthenticationProviderTest to legacy group
2 parents 2f7dbed + ee909d2 commit 755fc03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Security/Core/Tests/Authentication/Provider/UserAuthenticationProviderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
use Symfony\Component\Security\Core\User\UserCheckerInterface;
2727
use Symfony\Component\Security\Core\User\UserInterface;
2828

29+
/**
30+
* @group legacy
31+
*/
2932
class UserAuthenticationProviderTest extends TestCase
3033
{
3134
public function testSupports()

0 commit comments

Comments
 (0)