Skip to content

Commit

Permalink
Make this compatible with PHPUnit 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 3, 2018
1 parent 0e1dbf4 commit 4499f44
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 4499f44

Please sign in to comment.