CLI-1181: [pull:code] disable scripts for build branches #1913
mutation.yml
on: pull_request
Mutation Testing
4m 44s
Annotations
2 warnings
Mutation Testing:
src/Command/Pull/PullCommandBase.php#L522
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
$this->io->note('Composer dependencies already installed. Skipping composer install.');
return;
}
- $this->checklist->addItem("Installing Composer dependencies");
+
$this->composerInstall($outputCallback);
$this->checklist->completePreviousItem();
}
|
Mutation Testing:
src/Command/Pull/PullCommandBase.php#L524
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
$this->checklist->addItem("Installing Composer dependencies");
$this->composerInstall($outputCallback);
- $this->checklist->completePreviousItem();
+
}
private function determineSite(string|\AcquiaCloudApi\Response\EnvironmentResponse|array $environment, InputInterface $input) : mixed
{
|