More clean code in tests. #17
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});");
}
}
|