File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Security \Core \Tests \Authentication ;
13
13
14
- use Symfony \Component \Security \Core \User \UserInterface ;
15
14
use PHPUnit \Framework \TestCase ;
16
15
use Symfony \Component \Security \Core \Authentication \AuthenticationTrustResolver ;
17
16
use Symfony \Component \Security \Core \Authentication \Token \AnonymousToken ;
18
17
use Symfony \Component \Security \Core \Authentication \Token \RememberMeToken ;
19
18
use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
20
19
use Symfony \Component \Security \Core \User \InMemoryUser ;
21
20
use Symfony \Component \Security \Core \User \User ;
21
+ use Symfony \Component \Security \Core \User \UserInterface ;
22
22
23
23
class AuthenticationTrustResolverTest extends TestCase
24
24
{
You can’t perform that action at this time.
0 commit comments