Skip to content

Utilize build-infection #1539

Utilize build-infection

Utilize build-infection #1539

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

build.yml

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

Annotations

4 errors and 3 warnings
Coding Standard
Process completed with exit code 2.
Mutation Testing (8.2)
Process completed with exit code 1.
Mutation Testing (8.4)
Process completed with exit code 1.
Mutation Testing (8.3)
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;
Mutation Testing (8.4): 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;
Mutation Testing (8.3): 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;