Skip to content

Commit

Permalink
Merge pull request #335 from sebastianbergmann/phpunit-72
Browse files Browse the repository at this point in the history
Make this compatible with PHPUnit 7.2
  • Loading branch information
theseer authored Jun 3, 2018
2 parents 0e1dbf4 + 4499f44 commit 67e7fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generator/enricher/phpunit/PHPUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ private function processUnit(fDOMDocument $unit, fDOMDocument $coverage) {
}

$result = array(
'UNKNOWN' => 0,
'PASSED' => 0,
'SKIPPED' => 0,
'INCOMPLETE' => 0,
Expand Down

0 comments on commit 67e7fff

Please sign in to comment.