Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0be802

Browse files
fix merge
1 parent 15ca7a5 commit b0be802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php

+1-1
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)