diff options
Diffstat (limited to 'tests/Utils/FormatterTest.php')
-rw-r--r-- | tests/Utils/FormatterTest.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Utils/FormatterTest.php b/tests/Utils/FormatterTest.php index 861119e..b8a8ff2 100644 --- a/tests/Utils/FormatterTest.php +++ b/tests/Utils/FormatterTest.php @@ -9,6 +9,10 @@ class FormatTest extends TestCase { /** * @dataProvider mergeFormats + * + * @param mixed $default + * @param mixed $overriding + * @param mixed $expected */ public function testMergeFormats($default, $overriding, $expected) { @@ -231,6 +235,11 @@ class FormatTest extends TestCase /** * @dataProvider formatQueries + * + * @param mixed $query + * @param mixed $text + * @param mixed $cli + * @param mixed $html */ public function testFormat($query, $text, $cli, $html, array $options = array()) { |