diff options
Diffstat (limited to 'tests/Parser/UpdateStatementTest.php')
-rw-r--r-- | tests/Parser/UpdateStatementTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Parser/UpdateStatementTest.php b/tests/Parser/UpdateStatementTest.php index 3e3d483..3c442fe 100644 --- a/tests/Parser/UpdateStatementTest.php +++ b/tests/Parser/UpdateStatementTest.php @@ -8,6 +8,7 @@ class UpdateStatementTest extends TestCase { /** * @dataProvider testUpdateProvider + * * @param mixed $test */ public function testUpdate($test) |