Skip to content

Bugfix: Fix missing file in bundle #34

Bugfix: Fix missing file in bundle

Bugfix: Fix missing file in bundle #34

Triggered via pull request March 2, 2024 13:48
@MGatnerMGatner
synchronize #35
bugfix
Status Success
Total duration 31s
Artifacts

infection.yml

on: pull_request
Mutation Testing
23s
Mutation Testing
Fit to window
Zoom out
Zoom in

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 }