function addError(PHPUnit2_Framework_Test $test, Exception $e)
 {
     parent::addError($test, $e);
     $this->formatError("ERROR", $test, $e);
 }
 function addError(PHPUnit2_Framework_Test $test, Exception $e)
 {
     parent::addError($test, $e);
     $this->logger->addError($test, $e);
 }