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 ac727b7 commit ea61547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/LogErrorHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ public function testLogErrorHandlerLogsWillContainExtraKeysWhenProvidersAreEnabl
);

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

$extra = $logErrorHandler->provideExtra(new \Exception('test'), $this->serverRequest);

Expand Down

0 comments on commit ea61547

Please sign in to comment.