File tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Security/Http/Tests/Firewall 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testHandle()
42
42
->will ($ this ->returnValue ($ this ->token ))
43
43
;
44
44
45
- $ simpleAuthenticator = $ this ->getMock ('Symfony\Component\Security\Core \Authentication\SimplePreAuthenticatorInterface ' );
45
+ $ simpleAuthenticator = $ this ->getMock ('Symfony\Component\Security\Http \Authentication\SimplePreAuthenticatorInterface ' );
46
46
$ simpleAuthenticator
47
47
->expects ($ this ->once ())
48
48
->method ('createToken ' )
@@ -79,7 +79,7 @@ public function testHandlecatchAuthenticationException()
79
79
->with ($ this ->equalTo (null ))
80
80
;
81
81
82
- $ simpleAuthenticator = $ this ->getMock ('Symfony\Component\Security\Core \Authentication\SimplePreAuthenticatorInterface ' );
82
+ $ simpleAuthenticator = $ this ->getMock ('Symfony\Component\Security\Http \Authentication\SimplePreAuthenticatorInterface ' );
83
83
$ simpleAuthenticator
84
84
->expects ($ this ->once ())
85
85
->method ('createToken ' )
You can’t perform that action at this time.
0 commit comments