diff options
Diffstat (limited to 'tests/Utils/FormatterTest.php')
-rw-r--r-- | tests/Utils/FormatterTest.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Utils/FormatterTest.php b/tests/Utils/FormatterTest.php index 4502bb6..73a7506 100644 --- a/tests/Utils/FormatterTest.php +++ b/tests/Utils/FormatterTest.php @@ -9,6 +9,9 @@ class FormatTest extends TestCase { /** * @dataProvider mergeFormats + * @param mixed $default + * @param mixed $overriding + * @param mixed $expected */ public function testMergeFormats($default, $overriding, $expected) { @@ -231,6 +234,10 @@ 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()) { |