diff options
Diffstat (limited to 'tests/Components/LimitTest.php')
-rw-r--r-- | tests/Components/LimitTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Components/LimitTest.php b/tests/Components/LimitTest.php index 3e89f9e..466a199 100644 --- a/tests/Components/LimitTest.php +++ b/tests/Components/LimitTest.php @@ -22,6 +22,8 @@ class LimitTest extends TestCase /** * @dataProvider testParseProvider + * + * @param mixed $test */ public function testParse($test) { |