Skip to content

Commit 402731b

Browse files
deluxetomcleptric
andauthored
Update tests/EventListener/LoginListenerTest.php
Co-authored-by: Michi Hoffmann <[email protected]>
1 parent 1e8f3b4 commit 402731b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EventListener/LoginListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public function testHandleKernelRequestEventDoesNothingIfRequestIsForStatelessRo
305305

306306
$this->listener->handleKernelRequestEvent(new RequestEvent(
307307
$this->createMock(HttpKernelInterface::class),
308-
new Request(attributes: ['_stateless' => true]),
308+
new Request([], [], ['_stateless' => true]),
309309
HttpKernelInterface::SUB_REQUEST
310310
));
311311
}

0 commit comments

Comments
 (0)