Skip to content

deps(deps): update dependency ergebnis/phpunit-slow-test-detector to v2.17.0 #77

deps(deps): update dependency ergebnis/phpunit-slow-test-detector to v2.17.0

deps(deps): update dependency ergebnis/phpunit-slow-test-detector to v2.17.0 #77

Triggered via pull request November 25, 2024 09:36
Status Success
Total duration 57s
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#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(); }
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#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#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#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 "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 "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#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#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#L32
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } private function registerConsoleCommands() : void { - $this->commands([]); + } }