Skip to content

deps(deps): update actions/cache action to v4.2.3 #114

deps(deps): update actions/cache action to v4.2.3

deps(deps): update actions/cache action to v4.2.3 #114

Triggered via pull request March 19, 2025 22:23
Status Success
Total duration 39s
Artifacts

testing.yml

on: pull_request
Matrix: arch-testing
Matrix: code-coverage
Matrix: mutation-testing
Matrix: unit-testing
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L32
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } private function registerConsoleCommands() : void { - $this->commands([]); + } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L24
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } public function register() : void { - $this->mergeConfigFrom(__DIR__ . '/../../../../config/paginator.php', 'paginator'); + } private function registerConsoleCommands() : void {
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { if ($this->app->runningInConsole()) { $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); - $this->registerConsoleCommands(); + } } public function register() : void
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ArrayItem": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes([__DIR__ . '/../../../../config/paginator.php' > config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes([__DIR__ => config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes(['/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes(['/../../../../config/paginator.php' . __DIR__ => config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L14
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L14
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes([], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L13
Escaped Mutant for Mutator "IfNegation": --- Original +++ New @@ @@ { public function boot() : void { - if ($this->app->runningInConsole()) { + if (!$this->app->runningInConsole()) { $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); }