Skip to content

⬆️ Bump phpunit/phpunit from 11.4.4 to 11.5.2 #578

⬆️ Bump phpunit/phpunit from 11.4.4 to 11.5.2

⬆️ Bump phpunit/phpunit from 11.4.4 to 11.5.2 #578

Triggered via push January 2, 2025 12:09
Status Success
Total duration 1m 7s
Artifacts
continuous-integration
1m 0s
continuous-integration
Fit to window
Zoom out
Zoom in

Annotations

1 warning
continuous-integration: src/Application.php#L29
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ } protected function configure(): void { - parent::configure(); + $this->setVersion('1.0.0'); $this->addArgument('exercise-slug', InputArgument::REQUIRED, 'Slug of the exercise'); $this->addArgument('solution-dir', InputArgument::REQUIRED, 'Directory of the solution');