We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c179c commit 9eb2bbeCopy full SHA for 9eb2bbe
tests/Monolog/HandlerTest.php
@@ -269,6 +269,7 @@ public static function handleDataProvider(): iterable
269
[
270
'foo' => 'bar',
271
'bar' => 'baz',
272
+ 'exception' => 'just a message',
273
],
274
[]
275
),
@@ -280,6 +281,7 @@ public static function handleDataProvider(): iterable
280
281
'monolog.context' => [
282
283
284
285
286
287
];
0 commit comments