Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 10, 2020
1 parent e8b2d71 commit dada762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextUI/TestRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ public function run(Test $suite, array $arguments = [], bool $exit = true): Test
);
}

if (isset($arguments['disableCodeCoverageIgnore']) && $arguments['disableCodeCoverageIgnore'] === true) {
if ($arguments['disableCodeCoverageIgnore']) {
$codeCoverage->setDisableIgnoredLines(true);
}

Expand Down

0 comments on commit dada762

Please sign in to comment.