Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Jan 18, 2024
1 parent e9f33ae commit 442f2d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Domain/Tool/Phpunit/PhpUnitTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ protected function runPhpUnit(): void {
];
if ($this->shouldGenerateCodeCoverage()) {
$command[] = "--coverage-clover={$this->cloverCoverage}";
// $command[] = "--log-junit={$this->junitLog}";
$this->processRunner->addEnvVar("XDEBUG_MODE", "coverage");
}
$command = array_merge($command, [
Expand Down

0 comments on commit 442f2d9

Please sign in to comment.