@@ -20,7 +20,7 @@ class LogoutListenerTest extends TestCase
2020{
2121 public function testHandleUnmatchedPath ()
2222 {
23- list ($ listener , $ tokenStorage , $ httpUtils , $ options ) = $ this ->getListener ();
23+ list ($ listener , , $ httpUtils , $ options ) = $ this ->getListener ();
2424
2525 list ($ event , $ request ) = $ this ->getGetResponseEvent ();
2626
@@ -130,7 +130,7 @@ public function testSuccessHandlerReturnsNonResponse()
130130 $ this ->expectException ('RuntimeException ' );
131131 $ successHandler = $ this ->getSuccessHandler ();
132132
133- list ($ listener , $ tokenStorage , $ httpUtils , $ options ) = $ this ->getListener ($ successHandler );
133+ list ($ listener , , $ httpUtils , $ options ) = $ this ->getListener ($ successHandler );
134134
135135 list ($ event , $ request ) = $ this ->getGetResponseEvent ();
136136
@@ -152,7 +152,7 @@ public function testCsrfValidationFails()
152152 $ this ->expectException ('Symfony\Component\Security\Core\Exception\LogoutException ' );
153153 $ tokenManager = $ this ->getTokenManager ();
154154
155- list ($ listener , $ tokenStorage , $ httpUtils , $ options ) = $ this ->getListener (null , $ tokenManager );
155+ list ($ listener , , $ httpUtils , $ options ) = $ this ->getListener (null , $ tokenManager );
156156
157157 list ($ event , $ request ) = $ this ->getGetResponseEvent ();
158158
0 commit comments