Skip to content

Commit 1156946

Browse files
authored
Update RequestListenerTest.php
1 parent 04f96f3 commit 1156946

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/EventListener/RequestListenerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ public function testOnKernelRequestUserDataIsSetToScope($user): void
8080

8181
$listener = new RequestListener(
8282
$this->currentHub->reveal(),
83-
$tokenStorage->reveal(),
84-
$authorizationChecker->reveal()
83+
$tokenStorage->reveal()
8584
);
8685

8786
$listener->onKernelRequest($event->reveal());

0 commit comments

Comments
 (0)