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/MiscTest.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/MiscTest.php')
-rw-r--r-- | tests/Utils/MiscTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Utils/MiscTest.php b/tests/Utils/MiscTest.php index 8f6f3a0..c6b03a2 100644 --- a/tests/Utils/MiscTest.php +++ b/tests/Utils/MiscTest.php @@ -10,6 +10,9 @@ class MiscTest extends TestCase { /** * @dataProvider getAliasesProvider + * + * @param mixed $query + * @param mixed $db */ public function testGetAliases($query, $db, array $expected) { |