diff options
author | Michal Čihař <michal@cihar.com> | 2017-02-14 14:11:33 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-02-14 14:11:33 +0100 |
commit | 14b0a89761249d8b7e56d3640a01dd9f7486de1f (patch) | |
tree | 062a113f3559ae544e9ad168a78335d3380332ef /tests/Parser/InsertStatementTest.php | |
parent | 6a9ea10743e5e414bbcaeff3e0ce79fa0cd2c26e (diff) | |
parent | 08d5915850d4ab975c6ec2289ddb35c1c2cabea5 (diff) | |
download | sql-parser-14b0a89761249d8b7e56d3640a01dd9f7486de1f.zip sql-parser-14b0a89761249d8b7e56d3640a01dd9f7486de1f.tar.gz sql-parser-14b0a89761249d8b7e56d3640a01dd9f7486de1f.tar.bz2 |
Merge remote-tracking branch 'origin/pull/137'
Diffstat (limited to 'tests/Parser/InsertStatementTest.php')
-rw-r--r-- | tests/Parser/InsertStatementTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Parser/InsertStatementTest.php b/tests/Parser/InsertStatementTest.php index 2e869a8..1ba0a05 100644 --- a/tests/Parser/InsertStatementTest.php +++ b/tests/Parser/InsertStatementTest.php @@ -8,6 +8,8 @@ class InsertStatementTest extends TestCase { /** * @dataProvider testInsertProvider + * + * @param mixed $test */ public function testInsert($test) { |