diff --git a/tests/Util/MetadataTest.php b/tests/Util/MetadataTest.php index 3da8730..9019c29 100644 --- a/tests/Util/MetadataTest.php +++ b/tests/Util/MetadataTest.php @@ -50,12 +50,13 @@ public function testForMethod() 'isPublic' => true, 'isAbstract' => false, 'maybeMagic' => false, + 'throws' => [], 'title' => null, 'texts' => [], 'params' => [ - 'string $classFqcn', + ['string $classFqcn', ''], ], - 'return' => 'array', + 'return' => ['array', ''], ], $result); } }