X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=tests%2Fparser%2FParserTestPrinter.php;h=94d226c1d518c0869d5fe74229ded334c23e4eb7;hb=f1c7c0f03da1607dc955dc8db879a16fc0575657;hp=ac9f1509455106a56a617baa41bf7844e352c10a;hpb=dae4c94d893057345f62a3d498fb85c0a54de5a6;p=lhc%2Fweb%2Fwiklou.git 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 ) {