function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
 {
     parent::addError($test, $e, $time);
     $this->formatError("ERROR", $test, $e);
 }
Beispiel #2
0
 function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
 {
     parent::addError($test, $e, $time);
     $this->logger->addError($test, $e, $time);
 }