Skip to content

Commit 67e7fff

Browse files
authored
Merge pull request #335 from sebastianbergmann/phpunit-72
Make this compatible with PHPUnit 7.2
2 parents 0e1dbf4 + 4499f44 commit 67e7fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generator/enricher/phpunit/PHPUnit.php

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ private function processUnit(fDOMDocument $unit, fDOMDocument $coverage) {
173173
}
174174

175175
$result = array(
176+
'UNKNOWN' => 0,
176177
'PASSED' => 0,
177178
'SKIPPED' => 0,
178179
'INCOMPLETE' => 0,

0 commit comments

Comments
 (0)