Skip to content

GL-2753 : CS Wizard updated node version select values #2392

GL-2753 : CS Wizard updated node version select values

GL-2753 : CS Wizard updated node version select values #2392

Triggered via pull request July 8, 2024 11:24
Status Failure
Total duration 39s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
30s
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/CodeStudio/CodeStudioWizardCommand.php#L62
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ $phpVersion = $phpVersions[$project]; break; case "Node_project": - $nodeVersions = ['NODE_version_18' => "18", 'NODE_version_20' => "20"]; + $nodeVersions = ['NODE_version_20' => "20"]; $project = $this->io->choice('Select a NODE version', array_values($nodeVersions), "20"); $project = array_search($project, $nodeVersions, TRUE); $nodeVersion = $nodeVersions[$project];