reset failinfo on next test case
This commit is contained in:
parent
2237b4fa4c
commit
cf1b22acfe
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,14 @@ class CLIReporter extends SimpleReporter {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* reset failinfo
|
||||
*/
|
||||
function paintPass($message) {
|
||||
parent::paintPass($message);
|
||||
$this->_failinfo = '';
|
||||
}
|
||||
|
||||
/**
|
||||
* Paint exception faildetail to STDERR.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue