8000 minor #42577 [Security] Remove faulty legacy mark from SwitchUserList… · symfony/symfony@c5565a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5565a8

Browse files
committed
minor #42577 [Security] Remove faulty legacy mark from SwitchUserListenerTest (wouterj)
This PR was merged into the 5.3 branch. Discussion ---------- [Security] Remove faulty legacy mark from SwitchUserListenerTest | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - The `SwitchUserListenerTest` was wrongly marked as legacy, the listener is not deprecated (and will not be removed). Commits ------- dac74ed [Security] Remove faulty legacy mark from SwitchUserListenerTest
2 parents 7ba3f9d + dac74ed commit c5565a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
use Symfony\Component\Security\Http\SecurityEvents;
3131
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
3232

33-
/**
34-
* @group legacy
35-
*/
3633
class SwitchUserListenerTest extends TestCase
3734
{
3835
private $tokenStorage;

0 commit comments

Comments
 (0)
0