Skip to content

Commit 82c0b24

Browse files
Revert "Trigger warning when code coverage analysis is performed and no cache directory is configured"
This reverts commit 6565fa7.
1 parent 65d7119 commit 82c0b24

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Runner/CodeCoverage.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ public function init(Configuration $configuration, CodeCoverageFilterRegistry $c
122122

123123
$this->deactivate();
124124
}
125-
126-
if (!$configuration->hasCoverageCacheDirectory()) {
127-
EventFacade::emitter()->testRunnerTriggeredPhpunitWarning(
128-
'No cache directory configured, result of static analysis for code coverage will not be cached',
129-
);
130-
}
131125
}
132126

133127
/**

0 commit comments

Comments
 (0)