diff options
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) { |