Skip to content

Commit 9eb2bbe

Browse files
committed
Also cover the change in a test
1 parent 16c179c commit 9eb2bbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Monolog/HandlerTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ public static function handleDataProvider(): iterable
269269
[
270270
'foo' => 'bar',
271271
'bar' => 'baz',
272+
'exception' => 'just a message',
272273
],
273274
[]
274275
),
@@ -280,6 +281,7 @@ public static function handleDataProvider(): iterable
280281
'monolog.context' => [
281282
'foo' => 'bar',
282283
'bar' => 'baz',
284+
'exception' => 'just a message',
283285
],
284286
],
285287
];

0 commit comments

Comments
 (0)