diff options
Diffstat (limited to 'tests/Lexer/LexerTest.php')
-rw-r--r-- | tests/Lexer/LexerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php index f5276af..aff2bc8 100644 --- a/tests/Lexer/LexerTest.php +++ b/tests/Lexer/LexerTest.php @@ -48,7 +48,7 @@ class LexerTest extends TestCase } /** - * @dataProvider testLexProvider + * @dataProvider lexProvider * * @param mixed $test */ @@ -57,7 +57,7 @@ class LexerTest extends TestCase $this->runParserTest($test); } - public function testLexProvider() + public function lexProvider() { return [ ['lexer/lex'], |