diff options
Diffstat (limited to 'tests/Parser/CallStatementTest.php')
-rw-r--r-- | tests/Parser/CallStatementTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/CallStatementTest.php b/tests/Parser/CallStatementTest.php index 671a9f9..7ea75d9 100644 --- a/tests/Parser/CallStatementTest.php +++ b/tests/Parser/CallStatementTest.php @@ -8,7 +8,7 @@ use PhpMyAdmin\SqlParser\Tests\TestCase; class CallStatementTest extends TestCase { /** - * @dataProvider testCallProvider + * @dataProvider callProvider * * @param mixed $test */ @@ -17,7 +17,7 @@ class CallStatementTest extends TestCase $this->runParserTest($test); } - public function testCallProvider() + public function callProvider() { return [ ['parser/parseCall'], |