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/Utils/TableTest.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/Utils/TableTest.php')
-rw-r--r-- | tests/Utils/TableTest.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Utils/TableTest.php b/tests/Utils/TableTest.php index c69647e..ef21137 100644 --- a/tests/Utils/TableTest.php +++ b/tests/Utils/TableTest.php @@ -10,6 +10,8 @@ class TableTest extends TestCase { /** * @dataProvider getForeignKeysProvider + * + * @param mixed $query */ public function testGetForeignKeys($query, array $expected) { @@ -110,6 +112,8 @@ class TableTest extends TestCase /** * @dataProvider getFieldsProvider + * + * @param mixed $query */ public function testGetFields($query, array $expected) { |