Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yapro committed Jul 22, 2024
1 parent 4cf9a9a commit 5a6a3e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/WhiteBox/Handler/JsonToStdErrHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public function providerDump(): Generator
$object = new stdClass();
$object->foo = new stdClass();
$object->foo->baz = new stdClass();
$object->bar = new stdClass();
$object->bar->baz = new stdClass();
yield [ // 8
'value' => $object,
Expand Down

0 comments on commit 5a6a3e1

Please sign in to comment.