コード例 #1
0
 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
 {
     parent::addSkippedTest($test, $e, $time);
     $this->formatError("SKIPPED", $test);
 }