diff options
Diffstat (limited to 'tests/Parser/RestoreStatementTest.php')
-rw-r--r-- | tests/Parser/RestoreStatementTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Parser/RestoreStatementTest.php b/tests/Parser/RestoreStatementTest.php index 64fe03b..7f25e95 100644 --- a/tests/Parser/RestoreStatementTest.php +++ b/tests/Parser/RestoreStatementTest.php @@ -8,6 +8,8 @@ class RestoreStatementTest extends TestCase { /** * @dataProvider testRestoreProvider + * + * @param mixed $test */ public function testRestore($test) { |