File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -484,11 +484,11 @@ private function executeCommandsThatRequireCliConfigurationAndTestSuite(CliConfi
484484 private function executeCommandsThatRequireCompleteConfiguration (Configuration $ configuration , CliConfiguration $ cliConfiguration ): void
485485 {
486486 if ($ cliConfiguration ->listSuites ()) {
487- $ this ->execute (new ListTestSuitesCommand ($ configuration ->testSuite ()), true );
487+ $ this ->execute (new ListTestSuitesCommand ($ configuration ->testSuite ()));
488488 }
489489
490490 if ($ cliConfiguration ->warmCoverageCache ()) {
491- $ this ->execute (new WarmCodeCoverageCacheCommand ($ configuration , CodeCoverageFilterRegistry::instance ()), true );
491+ $ this ->execute (new WarmCodeCoverageCacheCommand ($ configuration , CodeCoverageFilterRegistry::instance ()));
492492 }
493493 }
494494
You can’t perform that action at this time.
0 commit comments