Skip to content

Commit f249ef3

Browse files
fix merge
1 parent 35817a1 commit f249ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Firewall/ContextListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public function testOnKernelResponseRemoveListener()
336336
$dispatcher = new EventDispatcher();
337337
$httpKernel = $this->createMock(HttpKernelInterface::class);
338338

339-
$listener = new ContextListener($tokenStorage, [], 'session', null, $dispatcher, null, $tokenStorage->getToken(...)));
339+
$listener = new ContextListener($tokenStorage, [], 'session', null, $dispatcher, null, $tokenStorage->getToken(...));
340340
$this->assertEmpty($dispatcher->getListeners());
341341

342342
$listener(new RequestEvent($httpKernel, $request, HttpKernelInterface::MASTER_REQUEST));

0 commit comments

Comments
 (0)