diff options
Diffstat (limited to 'tests/Misc/BugsTest.php')
-rw-r--r-- | tests/Misc/BugsTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Misc/BugsTest.php b/tests/Misc/BugsTest.php index 3065308..41c2f3a 100644 --- a/tests/Misc/BugsTest.php +++ b/tests/Misc/BugsTest.php @@ -8,7 +8,7 @@ use PhpMyAdmin\SqlParser\Tests\TestCase; class BugsTest extends TestCase { /** - * @dataProvider testBugProvider + * @dataProvider bugProvider * * @param mixed $test */ @@ -17,7 +17,7 @@ class BugsTest extends TestCase $this->runParserTest($test); } - public function testBugProvider() + public function bugProvider() { return [ ['bugs/gh9'], |