mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing time tracking on group test cases.
This commit is contained in:
parent
caf780fdfb
commit
b95d9e1060
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@ class CakeHtmlReporter extends SimpleReporter {
|
|||
* @return void
|
||||
**/
|
||||
function paintGroupStart($test_name, $size) {
|
||||
$this->_timeStart = $this->_getTime();
|
||||
if (empty($this->_timeStart)) {
|
||||
$this->_timeStart = $this->_getTime();
|
||||
}
|
||||
parent::paintGroupStart($test_name, $size);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue