Skip to content

Commit

Permalink
Update RequestListenerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cklm committed Oct 22, 2019
1 parent 04f96f3 commit 1156946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/EventListener/RequestListenerTest.php
Expand Up @@ -80,8 +80,7 @@ public function testOnKernelRequestUserDataIsSetToScope($user): void

$listener = new RequestListener(
$this->currentHub->reveal(),
$tokenStorage->reveal(),
$authorizationChecker->reveal()
$tokenStorage->reveal()
);

$listener->onKernelRequest($event->reveal());
Expand Down

0 comments on commit 1156946

Please sign in to comment.