summaryrefslogtreecommitdiffstats
path: root/tests/Utils/CLITest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/CLITest.php')
-rw-r--r--tests/Utils/CLITest.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Utils/CLITest.php b/tests/Utils/CLITest.php
index 6eee867..a354701 100644
--- a/tests/Utils/CLITest.php
+++ b/tests/Utils/CLITest.php
@@ -30,6 +30,10 @@ class CLITest extends TestCase
/**
* @dataProvider highlightParams
+ *
+ * @param mixed $getopt
+ * @param mixed $output
+ * @param mixed $result
*/
public function testRunHighlight($getopt, $output, $result)
{
@@ -88,6 +92,10 @@ class CLITest extends TestCase
/**
* @dataProvider lintParams
+ *
+ * @param mixed $getopt
+ * @param mixed $output
+ * @param mixed $result
*/
public function testRunLint($getopt, $output, $result)
{