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.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index e608c80..faae263 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -10,6 +10,9 @@ class QueryTest extends TestCase
{
/**
* @dataProvider testGetFlagsProvider
+ *
+ * @param mixed $query
+ * @param mixed $expected
*/
public function testGetFlags($query, $expected)
{
@@ -347,6 +350,9 @@ class QueryTest extends TestCase
/**
* @dataProvider testGetTablesProvider
+ *
+ * @param mixed $query
+ * @param mixed $expected
*/
public function testGetTables($query, $expected)
{