function addFailure(PHPUnit2_Framework_Test $test, PHPUnit2_Framework_AssertionFailedError $t)
 {
     parent::addFailure($test, $t);
     $this->formatError("FAILED", $test, $t);
 }
 function addFailure(PHPUnit2_Framework_Test $test, PHPUnit2_Framework_AssertionFailedError $t)
 {
     parent::addFailure($test, $t);
     $this->logger->addFailure($test, $t);
 }