CLI-1435: PHP error - undefined array key handled in pull command #2630
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);
|