Bugfix: Fix missing file in bundle #34
Annotations
2 warnings
Mutation Testing
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mheap/phpunit-matcher-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Mutation Testing:
src/Bundles/DataTablesBundle.php#L16
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
protected function define() : void
{
try {
- $this->addPath('datatables/js/jquery.dataTables.min.js');
+
} catch (FileNotFoundException) {
// this seems to have been removed in some DataTables release
}
|