Skip to content

Commit f0198ed

Browse files
committed
make class more testable
1 parent b225a80 commit f0198ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/CheckCoverageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function configure(): void
3131
->setDescription('Checks a clover-format coverage file for a minimum coverage percentage and optionally enforces it.');
3232
}
3333

34-
protected function execute(InputInterface $input, OutputInterface $output): int
34+
public function execute(InputInterface $input, OutputInterface $output): int
3535
{
3636
$this->output = $output;
3737
$this->input = $input;

0 commit comments

Comments
 (0)