public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
 {
     parent::addIncompleteTest($test, $e, $time);
     $this->formatError("INCOMPLETE", $test);
 }
Пример #2
0
 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
 {
     parent::addIncompleteTest($test, $e, $time);
     $this->logger->addIncompleteTest($test, $e, $time);
 }