3 class PhpunitTestRecorder
extends TestRecorder
{
6 public function setTestCase( PHPUnit_Framework_TestCase
$testCase ) {
7 $this->testCase
= $testCase;
13 public function skipped( $test, $reason ) {
14 $this->testCase
->markTestSkipped( "SKIPPED: $reason" );