File tree 2 files changed +1
-2
lines changed
Security/Http/Tests/Firewall
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 23
23
use Symfony \Component \Security \Csrf \CsrfTokenManagerInterface ;
24
24
use Symfony \Component \Security \Http \Event \LogoutEvent ;
25
25
use Symfony \Component \Security \Http \Firewall \LogoutListener ;
26
- use Symfony \Component \Security \Http \Firewall \LogoutListener ;
27
26
use Symfony \Component \Security \Http \HttpUtils ;
28
27
use Symfony \Component \Security \Http \Logout \LogoutHandlerInterface ;
29
28
use Symfony \Component \Security \Http \Logout \LogoutSuccessHandlerInterface ;
Original file line number Diff line number Diff line change 13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Psr \Cache \CacheItemPoolInterface ;
16
- use Symfony \Component \Translation \TranslatorInterface ;
17
16
use Symfony \Component \Validator \ConstraintValidatorFactoryInterface ;
18
17
use Symfony \Component \Validator \ObjectInitializerInterface ;
19
18
use Symfony \Component \Validator \Validator \RecursiveValidator ;
20
19
use Symfony \Component \Validator \ValidatorBuilder ;
20
+ use Symfony \Contracts \Translation \TranslatorInterface ;
21
21
22
22
class ValidatorBuilderTest extends TestCase
23
23
{
You can’t perform that action at this time.
0 commit comments