Skip to content

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

⬆️ Bump phpunit/phpunit from 11.4.4 to 11.5.2

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

Triggered via pull request January 2, 2025 12:07
Status Success
Total duration 1m 14s
Artifacts

continuous_integration.yml

on: pull_request
continuous-integration
1m 4s
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');