Skip to content

Commit

Permalink
Merge branch '9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 30, 2020
2 parents 76d8dbc + dd520e4 commit 57a18f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/PhptTestCase.php
Expand Up @@ -636,7 +636,7 @@ private function renderForCoverage(string &$job, bool $pathCoverage): void
private function cleanupForCoverage(): RawCodeCoverageData
{
$files = $this->getCoverageFiles();
$buffer = file_get_contents($files['coverage']);
$buffer = @file_get_contents($files['coverage']);

if ($buffer === false) {
$coverage = RawCodeCoverageData::fromXdebugWithoutPathCoverage([]);
Expand Down

0 comments on commit 57a18f5

Please sign in to comment.