File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 17
17
use Symfony \Bundle \SecurityBundle \DependencyInjection \Security \Factory \AuthenticatorFactoryInterface ;
18
18
use Symfony \Component \Config \Definition \Exception \InvalidConfigurationException ;
19
19
use Symfony \Component \Config \Definition \Processor ;
20
- use Symfony \Component \Security \Core \Authorization \AccessDecisionManager ;
21
20
22
21
class MainConfigurationTest extends TestCase
23
22
{
Original file line number Diff line number Diff line change 36
36
use Symfony \Component \Security \Core \User \UserCheckerInterface ;
37
37
use Symfony \Component \Security \Core \User \UserInterface ;
38
38
use Symfony \Component \Security \Core \User \UserProviderInterface ;
39
- use Symfony \Component \Security \Guard \Token \GuardTokenInterface ;
40
39
use Symfony \Component \Security \Http \Authenticator \AuthenticatorInterface ;
41
40
use Symfony \Component \Security \Http \Authenticator \HttpBasicAuthenticator ;
42
41
use Symfony \Component \Security \Http \Authenticator \Passport \Passport ;
You can’t perform that action at this time.
0 commit comments