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