Skip to content

Commit ac727b7

Browse files
committed
Test fix
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 53bc504 commit ac727b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/LogErrorHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ public function testLogErrorHandlerLogsWillContainExtraKeysWhenProvidersAreEnabl
177177
])
178178
);
179179

180+
$this->serverRequest->method('getCookieParams')->willReturn([]);
181+
180182
$extra = $logErrorHandler->provideExtra(new \Exception('test'), $this->serverRequest);
181183

182184
$this->assertCount(8, $extra);

0 commit comments

Comments
 (0)