diff options
Diffstat (limited to 'tests/Parser/ParserTest.php')
-rw-r--r-- | tests/Parser/ParserTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/ParserTest.php b/tests/Parser/ParserTest.php index 3f37072..82afc18 100644 --- a/tests/Parser/ParserTest.php +++ b/tests/Parser/ParserTest.php @@ -12,7 +12,7 @@ use PhpMyAdmin\SqlParser\TokensList; class ParserTest extends TestCase { /** - * @dataProvider testParseProvider + * @dataProvider parseProvider * * @param mixed $test */ @@ -21,7 +21,7 @@ class ParserTest extends TestCase $this->runParserTest($test); } - public function testParseProvider() + public function parseProvider() { return [ ['parser/parse'], |