Skip to content

Make acli app:new:from:drupal7 default to the latest AMA recommendations on d.o #1843

Make acli app:new:from:drupal7 default to the latest AMA recommendations on d.o

Make acli app:new:from:drupal7 default to the latest AMA recommendations on d.o #1843

Triggered via pull request September 1, 2023 16:08
Status Success
Total duration 12m 35s
Artifacts

mutation.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Testing: src/Command/App/NewFromDrupal7Command.php#L153
Escaped Mutant for Mutator "FunctionCallRemoval": --- Original +++ New @@ @@ return Command::FAILURE; } } - // PHP defaults to no user agent. (Drupal.org's) GitLab requires it. - // @see https://www.php.net/manual/en/filesystem.configuration.php#ini.user-agent - ini_set('user_agent', 'ACLI'); + $recommendations_resource = fopen($recommendations_location, 'r'); $recommendations = Recommendations::createFromResource($recommendations_resource); fclose($recommendations_resource);