Skip to content

Replace VFS Stream with spatie temp directory #571

Replace VFS Stream with spatie temp directory

Replace VFS Stream with spatie temp directory #571

Triggered via pull request February 19, 2024 12:29
Status Failure
Total duration 13m 52s
Artifacts

infection.yml

on: pull_request
Matrix: Mutation tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Mutation tests (locked, 8.2, ubuntu-latest)
Process completed with exit code 1.
Mutation tests (locked, 8.3, ubuntu-latest)
The job was canceled because "locked_8_2_ubuntu-latest" failed.
Mutation tests (locked, 8.3, ubuntu-latest)
The operation was canceled.
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/FileLocator/LocateFilesByGlobPattern.php#L25
Escaped Mutant for Mutator "UnwrapRtrim": --- Original +++ New @@ @@ public function __invoke(array $globPatterns, string $rootDir) : Traversable { foreach ($globPatterns as $globPattern) { - yield from Glob::glob(rtrim($rootDir, '/') . '/' . $globPattern); + yield from Glob::glob($rootDir . '/' . $globPattern); } } }
Mutation tests (locked, 8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Mutation tests (locked, 8.3, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/