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