@@ -20,7 +20,7 @@ class LogoutListenerTest extends TestCase
20
20
{
21
21
public function testHandleUnmatchedPath ()
22
22
{
23
- list ($ listener , $ tokenStorage , $ httpUtils , $ options ) = $ this ->getListener ();
23
+ list ($ listener , , $ httpUtils , $ options ) = $ this ->getListener ();
24
24
25
25
list ($ event , $ request ) = $ this ->getGetResponseEvent ();
26
26
@@ -130,7 +130,7 @@ public function testSuccessHandlerReturnsNonResponse()
130
130
$ this ->expectException ('RuntimeException ' );
131
131
$ successHandler = $ this ->getSuccessHandler ();
132
132
133
- list ($ listener , $ tokenStorage , $ httpUtils , $ options ) = $ this ->getListener ($ successHandler );
133
+ list ($ listener , , $ httpUtils , $ options ) = $ this ->getListener ($ successHandler );
134
134
135
135
list ($ event , $ request ) = $ this ->getGetResponseEvent ();
136
136
@@ -152,7 +152,7 @@ public function testCsrfValidationFails()
152
152
$ this ->expectException ('Symfony\Component\Security\Core\Exception\LogoutException ' );
153
153
$ tokenManager = $ this ->getTokenManager ();
154
154
155
- list ($ listener , $ tokenStorage , $ httpUtils , $ options ) = $ this ->getListener (null , $ tokenManager );
155
+ list ($ listener , , $ httpUtils , $ options ) = $ this ->getListener (null , $ tokenManager );
156
156
157
157
list ($ event , $ request ) = $ this ->getGetResponseEvent ();
158
158
0 commit comments