summaryrefslogtreecommitdiffstats
path: root/tests/Parser/ExplainStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/ExplainStatement.php')
-rw-r--r--tests/Parser/ExplainStatement.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/ExplainStatement.php b/tests/Parser/ExplainStatement.php
index 2001bed..a6a51af 100644
--- a/tests/Parser/ExplainStatement.php
+++ b/tests/Parser/ExplainStatement.php
@@ -8,7 +8,7 @@ use PhpMyAdmin\SqlParser\Tests\TestCase;
class ExplainStatementTest extends TestCase
{
/**
- * @dataProvider testExplainProvider
+ * @dataProvider explainProvider
*
* @param mixed $test
*/
@@ -17,7 +17,7 @@ class ExplainStatementTest extends TestCase
$this->runParserTest($test);
}
- public function testExplainProvider()
+ public function explainProvider()
{
return [
['parser/parseExplain'],