Skip to content

Utilize build-infection #1540

Utilize build-infection

Utilize build-infection #1540

Triggered via pull request October 25, 2025 09:19
@staabmstaabm
synchronize #699
staabm:infec
Status Failure
Total duration 3m 39s
Artifacts

build.yml

on: pull_request
Coding Standard
28s
Coding Standard
Matrix: Lint
Matrix: Mutation Testing
Matrix: PHPStan
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Coding Standard
Process completed with exit code 2.
Mutation Testing (8.2)
Process completed with exit code 1.
Mutation Testing (8.2): src/Rules/Doctrine/ORM/QueryBuilderDqlRule.php#L60
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator": @@ @@ $calledOnType = $scope->getType($node->var); // testing stuff $obj = (new ObjectType('SomeClass'))->isSuperTypeOf($calledOnType); - if ($obj->yes()) { + if (!$obj->no()) { $x = 1; } else { $x = 2;