summaryrefslogtreecommitdiffstats
path: root/tests/Utils/QueryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r--tests/Utils/QueryTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index a942064..fb34c5f 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -10,6 +10,8 @@ class QueryTest extends TestCase
{
/**
* @dataProvider testGetFlagsProvider
+ * @param mixed $query
+ * @param mixed $expected
*/
public function testGetFlags($query, $expected)
{
@@ -347,6 +349,8 @@ class QueryTest extends TestCase
/**
* @dataProvider testGetTablesProvider
+ * @param mixed $query
+ * @param mixed $expected
*/
public function testGetTables($query, $expected)
{