Skipped test.
@since Method available since Release 3.0.0
PHPUnit_Framework_Test $test:
Exception $e:
float $time:
Overrides PHPUnit_Framework_TestListener::addSkippedTest
public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) {
if ($test instanceof $this->testTypeOfInterest) {
$this->testStatus = PHPUnit_Runner_BaseTestRunner::STATUS_SKIPPED;
$this->skipped++;
}
}