X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fparser%2FPhpunitTestRecorder.php;h=2f82ca7267225dcee3197843c98a990dc913db48;hb=bc6ed2ba24a8691ad6d6cc321a43720bcfb770e2;hp=238d018eeeeac7b37c4898b397f8eb7a9245d6e3;hpb=a80ef242e12f3581887a0c5a1a46bf963eb04e00;p=lhc%2Fweb%2Fwiklou.git 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" );