deps(deps): update wagoid/commitlint-github-action action to v6.2.0 #85
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧪 Run mutation testing using Xdebug and infection/infection:
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();
}
|
🧪 Run mutation testing using Xdebug and infection/infection:
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();
}
}
|
🧪 Run mutation testing using Xdebug and infection/infection:
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();
}
}
|
🧪 Run mutation testing using Xdebug and infection/infection:
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();
}
}
|
🧪 Run mutation testing using Xdebug and infection/infection:
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();
}
}
|
🧪 Run mutation testing using Xdebug and infection/infection:
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();
}
}
|
🧪 Run mutation testing using Xdebug and infection/infection:
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();
}
}
|
🧪 Run mutation testing using Xdebug and infection/infection:
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
|
🧪 Run mutation testing using Xdebug and infection/infection:
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
{
|
🧪 Run mutation testing using Xdebug and infection/infection:
src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L32
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
private function registerConsoleCommands() : void
{
- $this->commands([]);
+
}
}
|
Loading