Skip to content

Commit 69db950

Browse files
Merge branch 'master' into report-refactoring
2 parents e643be0 + 7dc7ab2 commit 69db950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PHP/CodeCoverage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ public function merge(PHP_CodeCoverage $that)
371371
}
372372
}
373373
}
374+
375+
$this->tests = array_merge($this->tests, $that->getTests());
374376
}
375377

376378
/**

0 commit comments

Comments
 (0)