diff options
Diffstat (limited to 'tests/Parser/ParserTest.php')
-rw-r--r-- | tests/Parser/ParserTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Parser/ParserTest.php b/tests/Parser/ParserTest.php index 4c7aa78..9d1b7b8 100644 --- a/tests/Parser/ParserTest.php +++ b/tests/Parser/ParserTest.php @@ -12,6 +12,8 @@ class ParserTest extends TestCase { /** * @dataProvider testParseProvider + * + * @param mixed $test */ public function testParse($test) { |