diff options
Diffstat (limited to 'tests/Utils/RoutineTest.php')
-rw-r--r-- | tests/Utils/RoutineTest.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Utils/RoutineTest.php b/tests/Utils/RoutineTest.php index 7fa13bb..3a6ba55 100644 --- a/tests/Utils/RoutineTest.php +++ b/tests/Utils/RoutineTest.php @@ -10,6 +10,8 @@ class RoutineTest extends TestCase { /** * @dataProvider getReturnTypeProvider + * + * @param mixed $def */ public function testGetReturnType($def, array $expected) { @@ -49,6 +51,8 @@ class RoutineTest extends TestCase /** * @dataProvider getParameterProvider + * + * @param mixed $def */ public function testGetParameter($def, array $expected) { @@ -88,6 +92,8 @@ class RoutineTest extends TestCase /** * @dataProvider getParametersProvider + * + * @param mixed $query */ public function testGetParameters($query, array $expected) { |