reset failinfo on next test case

This commit is contained in:
Andreas Gohr 2010-10-03 13:13:24 +02:00
parent 2237b4fa4c
commit cf1b22acfe

View file

@ -61,6 +61,14 @@ class CLIReporter extends SimpleReporter {
}
}
/**
* reset failinfo
*/
function paintPass($message) {
parent::paintPass($message);
$this->_failinfo = '';
}
/**
* Paint exception faildetail to STDERR.
*/