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

Skip to content

Commit a31dfa6

Browse files
committed
minor #15923 Fix legacy security tests (stof)
This PR was merged into the 2.8 branch. Discussion ---------- Fix legacy security tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a when merging legacy test classes together in #15893, use statements where not copied, making the tests fail. Commits ------- 8b615bb Fix legacy security tests
2 parents 4cc8b76 + 8b615bb commit a31dfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Security/Core/Tests/LegacySecurityContextTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Security\Core\Tests;
1313

14-
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
15-
use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
14+
use Symfony\Component\Security\Core\Security;
1615
use Symfony\Component\Security\Core\SecurityContext;
16+
use Symfony\Component\Security\Core\SecurityContextInterface;
1717

1818
/**
1919
* @group legacy

0 commit comments

Comments
 (0)