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

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

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

$this->assertCount(8, $extra);
Expand Down

0 comments on commit ac727b7

Please sign in to comment.