Skip to content

* refresh code and dependencies, migrate to cs fixer #50

* refresh code and dependencies, migrate to cs fixer

* refresh code and dependencies, migrate to cs fixer #50

Triggered via pull request September 20, 2023 18:33
Status Failure
Total duration 1m 18s
Artifacts 1

checks.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
build (8.1)
Process completed with exit code 1.
build (8.2)
The operation was canceled.
build (8.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (8.1)
No files were found with the provided path: infection-log.txt. No artifacts will be uploaded.
build (8.1): src/Asset/FileAsset.php#L39
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ { if ($this->content === null) { $fileContents = file_get_contents($this->getPath()); - if ($fileContents !== false) { + if ($fileContents !== true) { $this->content = $fileContents; } }
build (8.1): src/Service/AssetManager.php#L55
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ throw new RuntimeException('Asset could not be resolved. Use "resolvesToAsset" before "buildAssetResponse".'); } $lastModified = filemtime($asset->getPath()); - if ($lastModified === false) { + if ($lastModified === true) { $lastModified = 0; } $etagFile = md5_file($asset->getPath());
build (8.1): src/Service/AssetManager.php#L60
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ $lastModified = 0; } $etagFile = md5_file($asset->getPath()); - if ($etagFile === false) { + if ($etagFile === true) { $etagFile = ''; } $serverParams = $request->getServerParams();
build (8.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (8.2)
No files were found with the provided path: infection-log.txt. No artifacts will be uploaded.
build (8.2)
No files were found with the provided path: infection-log.txt. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
infection-log-8.1.txt Expired
1.81 KB