Skip to content

[tests] Remove setupPullDatabase #2007

[tests] Remove setupPullDatabase

[tests] Remove setupPullDatabase #2007

Triggered via pull request December 8, 2023 05:43
Status Success
Total duration 1m 24s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
1m 16s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Testing: src/Command/Pull/PullCommandBase.php#L448
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ } return trim($process->getOutput()); } - private function promptChooseEnvironment(Client $acquiaCloudClient, string $applicationUuid, bool $allowProduction = FALSE) : EnvironmentResponse + private function promptChooseEnvironment(Client $acquiaCloudClient, string $applicationUuid, bool $allowProduction = true) : EnvironmentResponse { $environmentResource = new Environments($acquiaCloudClient); $applicationEnvironments = iterator_to_array($environmentResource->getAll($applicationUuid));