Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 30, 2020
1 parent f57379c commit 6adb08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/PhptTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ private function renderForCoverage(string &$job): void
private function cleanupForCoverage(): array
{
$files = $this->getCoverageFiles();
$buffer = \file_get_contents($files['coverage']);
$buffer = @\file_get_contents($files['coverage']);

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

0 comments on commit 6adb08b

Please sign in to comment.