chore update docs dependencies to v20.17.14 #150
testing.yml
on: pull_request
Matrix: code-coverage
Matrix: mutation-testing
Matrix: test-sqlite
Annotations
6 errors and 18 warnings
test-sqlite (ubuntu-latest, 8.2, highest):
src/Testing/Concerns/InteractsWithDatabase.php#L40
Declaration of WayOfDev\Cycle\Testing\Concerns\InteractsWithDatabase::assertDatabaseHas($table, array $data, $connection = null): static must be compatible with Orchestra\Testbench\TestCase::assertDatabaseHas($table, array $data = [], $connection = null)
|
test-sqlite (ubuntu-latest, 8.2, highest)
Process completed with exit code 255.
|
test-sqlite (ubuntu-latest, 8.2, lowest)
The job was canceled because "ubuntu-latest_8_2_highest" failed.
|
test-sqlite (ubuntu-latest, 8.3, lowest)
The job was canceled because "ubuntu-latest_8_2_highest" failed.
|
test-sqlite (ubuntu-latest, 8.2, locked)
The job was canceled because "ubuntu-latest_8_2_highest" failed.
|
test-sqlite (ubuntu-latest, 8.3, highest)
The job was canceled because "ubuntu-latest_8_2_highest" failed.
|
test-sqlite (ubuntu-latest, 8.2, lowest)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test-sqlite (ubuntu-latest, 8.3, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test-sqlite (ubuntu-latest, 8.2, highest)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
mutation-testing (ubuntu-latest, 8.2, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
code-coverage (ubuntu-latest, 8.2, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test-sqlite (ubuntu-latest, 8.3, lowest)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test-sqlite (ubuntu-latest, 8.2, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test-sqlite (ubuntu-latest, 8.3, highest)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test-sqlite (ubuntu-latest, 8.3, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-sqlite (ubuntu-latest, 8.2, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
code-coverage (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mutation-testing (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Cache/Providers/CacheServiceProvider.php#L25
Escaped Mutant for Mutator "UnwrapArrayMerge":
--- Original
+++ New
@@ @@
{
/** @var Repository $config */
$config = $this->app->get(Repository::class);
- $config->set('cycle.tokenizer.directories', array_merge($config->get('cycle.tokenizer.directories', []), [__DIR__ . '/../Entities']));
+ $config->set('cycle.tokenizer.directories', [__DIR__ . '/../Entities']);
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Queue/Providers/QueueServiceProvider.php#L25
Escaped Mutant for Mutator "UnwrapArrayMerge":
--- Original
+++ New
@@ @@
{
/** @var Repository $config */
$config = $this->app->get(Repository::class);
- $config->set('cycle.tokenizer.directories', array_merge($config->get('cycle.tokenizer.directories', []), [__DIR__ . '/../Entities']));
+ $config->set('cycle.tokenizer.directories', [__DIR__ . '/../Entities']);
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Session/Providers/SessionServiceProvider.php#L25
Escaped Mutant for Mutator "UnwrapArrayMerge":
--- Original
+++ New
@@ @@
{
/** @var Repository $config */
$config = $this->app->get(Repository::class);
- $config->set('cycle.tokenizer.directories', array_merge($config->get('cycle.tokenizer.directories', []), [__DIR__ . '/../Entities']));
+ $config->set('cycle.tokenizer.directories', [__DIR__ . '/../Entities']);
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Bridge/Telescope/Providers/TelescopeServiceProvider.php#L25
Escaped Mutant for Mutator "UnwrapArrayMerge":
--- Original
+++ New
@@ @@
{
/** @var Repository $config */
$config = $this->app->get(Repository::class);
- $config->set('cycle.tokenizer.directories', array_merge($config->get('cycle.tokenizer.directories', []), [__DIR__ . '/../Entities']));
+ $config->set('cycle.tokenizer.directories', [__DIR__ . '/../Entities']);
}
}
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Testing/Concerns/InteractsWithDatabase.php#L109
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
protected function assertSoftDeleted($table, array $data = [], $connection = null, $deletedAtColumn = 'deleted_at') : self
{
- $this->assertThat($table, new SoftDeletedInDatabase(app(DatabaseProviderInterface::class), $data, $deletedAtColumn));
+
return $this;
}
protected function assertNotSoftDeleted($table, array $data = [], $connection = null, $deletedAtColumn = 'deleted_at') : self
|
mutation-testing (ubuntu-latest, 8.2, locked):
src/Testing/Concerns/InteractsWithDatabase.php#L123
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
protected function assertNotSoftDeleted($table, array $data = [], $connection = null, $deletedAtColumn = 'deleted_at') : self
{
- $this->assertThat($table, new NotSoftDeletedInDatabase(app(DatabaseProviderInterface::class), $data, $deletedAtColumn));
+
return $this;
}
}
|