X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fparser%2FParserTestPrinter.php;h=94d226c1d518c0869d5fe74229ded334c23e4eb7;hp=ac9f1509455106a56a617baa41bf7844e352c10a;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=2dd58ade75d15a5895c0c010e17b6f729a0f72fe diff --git a/tests/parser/ParserTestPrinter.php b/tests/parser/ParserTestPrinter.php index ac9f150945..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 ) {