Skip to content

Commit

Permalink
test: fix meta test
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Sep 20, 2018
1 parent bb27989 commit 3f3fc5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Util/MetadataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit 3f3fc5e

Please sign in to comment.