Skip to content

Commit 451beb5

Browse files
Revert "Simplify"
This reverts commit dada762.
1 parent c4dc579 commit 451beb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/TestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ public function run(Test $suite, array $arguments = [], bool $exit = true): Test
546546
);
547547
}
548548

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

0 commit comments

Comments
 (0)