Skip to content

Commit

Permalink
Also cover the change in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzijderveld committed Sep 30, 2024
1 parent 16c179c commit 9eb2bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Monolog/HandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ public static function handleDataProvider(): iterable
[
'foo' => 'bar',
'bar' => 'baz',
'exception' => 'just a message',
],
[]
),
Expand All @@ -280,6 +281,7 @@ public static function handleDataProvider(): iterable
'monolog.context' => [
'foo' => 'bar',
'bar' => 'baz',
'exception' => 'just a message',
],
],
];
Expand Down

0 comments on commit 9eb2bbe

Please sign in to comment.