Skip to content

More clean code in tests. #17

More clean code in tests.

More clean code in tests. #17

Triggered via pull request November 20, 2023 17:58
Status Success
Total duration 1m 13s
Artifacts

mutation.yml

on: pull_request
Matrix: mutation / roave-infection
Fit to window
Zoom out
Zoom in

Annotations

1 warning
mutation / PHP 8.1-ubuntu-latest: src/RegisterClientScript.php#L35
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } $options = Json::encode($this->clientOptions); $view = $this->getView(); - SelectizeAsset::register($view); + $view->registerJs("jQuery('#{$id}').selectize({$options});"); } }