X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fparser%2FParserTestPrinter.php;h=94d226c1d518c0869d5fe74229ded334c23e4eb7;hb=cc0473766a53bdb18ae52a7a2271c6fae49e3105;hp=cad3a538196b69b851f60678a7088ca51f7d11cd;hpb=adae996840b9e782f6e14b21c433a83e37c3a74e;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 ); } } -