diff options
Diffstat (limited to 'tests/Parser/RestoreStatementTest.php')
-rw-r--r-- | tests/Parser/RestoreStatementTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/RestoreStatementTest.php b/tests/Parser/RestoreStatementTest.php index 2d1aa73..783c68e 100644 --- a/tests/Parser/RestoreStatementTest.php +++ b/tests/Parser/RestoreStatementTest.php @@ -8,9 +8,9 @@ use PhpMyAdmin\SqlParser\Tests\TestCase; class RestoreStatementTest extends TestCase { /** - * @dataProvider restoreProvider - * * @param mixed $test + * + * @dataProvider restoreProvider */ public function testRestore($test) { |