Skip to content

CLI-1435: PHP error - undefined array key handled in pull command #2630

CLI-1435: PHP error - undefined array key handled in pull command

CLI-1435: PHP error - undefined array key handled in pull command #2630

Triggered via pull request January 18, 2025 04:42
Status Failure
Total duration 56s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
46s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Mutation Testing
Process completed with exit code 1.
Mutation Testing: src/Command/CommandBase.php#L1432
Escaped Mutant for Mutator "ProtectedVisibility": --- Original +++ New @@ @@ } return $path; } - protected function promptChooseAcsfSite(EnvironmentResponse $cloudEnvironment) : mixed + private function promptChooseAcsfSite(EnvironmentResponse $cloudEnvironment) : mixed { $choices = []; $acsfSites = $this->getAcsfSites($cloudEnvironment);