Skip to content

Commit cb1f52b

Browse files
committed
[ErrorHandler] Fixed tests
1 parent 4c84e2c commit cb1f52b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Exception/FlattenExceptionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ public function testToArray(\Throwable $exception, string $expectedClass)
209209
'namespace' => '', 'short_class' => '', 'class' => '', 'type' => '', 'function' => '', 'file' => 'foo.php', 'line' => 123,
210210
'args' => [],
211211
]],
212+
'properties' => [],
212213
],
213214
], $flattened->toArray());
214215
}

0 commit comments

Comments
 (0)