Skip to content

CLI-1103: Fix #1558: Notification arg formats #1803

CLI-1103: Fix #1558: Notification arg formats

CLI-1103: Fix #1558: Notification arg formats #1803

Triggered via pull request July 14, 2023 18:08
Status Success
Total duration 7m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

mutation.yml

on: pull_request
Mutation Testing
7m 36s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Testing: src/Command/CommandBase.php#L1536
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ self::validateUuid($matches[1]); return $matches[1]; } - throw new AcquiaCliException('Notification UUID not found in URL: {url}', ['url' => $notificationUrl]); + throw new AcquiaCliException('Notification UUID not found in URL: {url}', []); } protected function validateRequiredCloudPermissions(Client $acquiaCloudClient, ?string $cloudApplicationUuid, AccountResponse $account, array $requiredPermissions) : void {