summaryrefslogtreecommitdiffstats
path: root/tests/Utils/TableTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/TableTest.php')
-rw-r--r--tests/Utils/TableTest.php4
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)
{