X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fparser%2FParserTestPrinter.php;h=94d226c1d518c0869d5fe74229ded334c23e4eb7;hb=022dd24850dc3bdb92dc1bb534b1a649fc906fea;hp=cad3a538196b69b851f60678a7088ca51f7d11cd;hpb=72b9240497311a2fa5f5b76d9e8bb953dc59853f;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parser/ParserTestPrinter.php b/tests/parser/ParserTestPrinter.php index cad3a53819..94d226c1d5 100644 --- a/tests/parser/ParserTestPrinter.php +++ b/tests/parser/ParserTestPrinter.php @@ -280,6 +280,7 @@ class ParserTestPrinter extends TestRecorder { /** * Show a warning to the user + * @param string $message */ public function warning( $message ) { echo "$message\n"; @@ -287,6 +288,8 @@ class ParserTestPrinter extends TestRecorder { /** * Mark a test skipped + * @param string $test + * @param string $subtest */ public function skipped( $test, $subtest ) { if ( $this->showProgress ) { @@ -323,4 +326,3 @@ class ParserTestPrinter extends TestRecorder { return ( $success == $total ); } } -