testCase = $testCase; } /** * Mark a test skipped * @param ParserTest $test * @param ParserTestMode $mode * @param string $reason */ public function skipped( ParserTest $test, ParserTestMode $mode, string $reason ) { $this->testCase->markTestSkipped( "SKIPPED: $reason" ); } }