diff options
Diffstat (limited to 'tests/Utils/MiscTest.php')
-rw-r--r-- | tests/Utils/MiscTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Utils/MiscTest.php b/tests/Utils/MiscTest.php index 1eb0c80..8c8e093 100644 --- a/tests/Utils/MiscTest.php +++ b/tests/Utils/MiscTest.php @@ -10,6 +10,8 @@ class MiscTest extends TestCase { /** * @dataProvider getAliasesProvider + * @param mixed $query + * @param mixed $db */ public function testGetAliases($query, $db, array $expected) { |