X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fparser%2FPhpunitTestRecorder.php;h=2f82ca7267225dcee3197843c98a990dc913db48;hp=238d018eeeeac7b37c4898b397f8eb7a9245d6e3;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=17914cc990c375340b688900b7782f1d7d5339fc diff --git a/tests/parser/PhpunitTestRecorder.php b/tests/parser/PhpunitTestRecorder.php index 238d018eee..2f82ca7267 100644 --- a/tests/parser/PhpunitTestRecorder.php +++ b/tests/parser/PhpunitTestRecorder.php @@ -9,6 +9,8 @@ class PhpunitTestRecorder extends TestRecorder { /** * Mark a test skipped + * @param string $test + * @param string $reason */ public function skipped( $test, $reason ) { $this->testCase->markTestSkipped( "SKIPPED: $reason" );