Skip to content

Commit 3f3fc5e

Browse files
committedSep 20, 2018
test: fix meta test
1 parent bb27989 commit 3f3fc5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎tests/Util/MetadataTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ public function testForMethod()
5050
'isPublic' => true,
5151
'isAbstract' => false,
5252
'maybeMagic' => false,
53+
'throws' => [],
5354
'title' => null,
5455
'texts' => [],
5556
'params' => [
56-
'string $classFqcn',
57+
['string $classFqcn', ''],
5758
],
58-
'return' => 'array',
59+
'return' => ['array', ''],
5960
], $result);
6061
}
6162
}

0 commit comments

Comments
 (0)
Please sign in to comment.