diff options
Diffstat (limited to 'tests/Lexer/LexerTest.php')
-rw-r--r-- | tests/Lexer/LexerTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php index 91ddb6c..f29e233 100644 --- a/tests/Lexer/LexerTest.php +++ b/tests/Lexer/LexerTest.php @@ -48,6 +48,8 @@ class LexerTest extends TestCase /** * @dataProvider testLexProvider + * + * @param mixed $test */ public function testLex($test) { |