Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed Feb 20, 2025
1 parent ea61547 commit 3ac9b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LogErrorHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function testLogErrorHandlerLogsWillContainExtraKeysWhenProvidersAreEnabl
);

$this->serverRequest->method('getCookieParams')->willReturn([]);
$this->serverRequest->method('getHeader')->willReturn([]);
$this->serverRequest->method('getHeaders')->willReturn([]);
$this->serverRequest->method('getParsedBody')->willReturn([]);
$this->serverRequest->method('getServerParams')->willReturn([]);

Expand Down

0 comments on commit 3ac9b7b

Please sign in to comment.