File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Tests/Authenticator/Passport/Badge Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Security \Http \Firewall ;
13
13
14
14
use Symfony \Component \HttpFoundation \Request ;
15
- use Symfony \Component \HttpFoundation \Response ;
16
15
use Symfony \Component \HttpKernel \Event \RequestEvent ;
17
16
use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorageInterface ;
18
17
use Symfony \Component \Security \Core \Exception \LogoutException ;
Original file line number Diff line number Diff line change 13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Symfony \Bridge \PhpUnit \ExpectUserDeprecationMessageTrait ;
16
- use Symfony \Component \Security \Core \Exception \BadCredentialsException ;
17
16
use Symfony \Component \Security \Core \Exception \UserNotFoundException ;
18
17
use Symfony \Component \Security \Http \Authenticator \Passport \Badge \UserBadge ;
19
18
You can’t perform that action at this time.
0 commit comments