diff options
Diffstat (limited to 'tests/Parser/CreateStatementTest.php')
-rw-r--r-- | tests/Parser/CreateStatementTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Parser/CreateStatementTest.php b/tests/Parser/CreateStatementTest.php index 9a9350d..de785dd 100644 --- a/tests/Parser/CreateStatementTest.php +++ b/tests/Parser/CreateStatementTest.php @@ -8,6 +8,8 @@ class CreateStatementTest extends TestCase { /** * @dataProvider testCreateProvider + * + * @param mixed $test */ public function testCreate($test) { |