We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bc504 commit ac727b7Copy full SHA for ac727b7
test/LogErrorHandlerTest.php
@@ -177,6 +177,8 @@ public function testLogErrorHandlerLogsWillContainExtraKeysWhenProvidersAreEnabl
177
])
178
);
179
180
+ $this->serverRequest->method('getCookieParams')->willReturn([]);
181
+
182
$extra = $logErrorHandler->provideExtra(new \Exception('test'), $this->serverRequest);
183
184
$this->assertCount(8, $extra);
0 commit comments