Skip to content

Update dependency phpunit/phpunit to ^11.1.3 #2179

Update dependency phpunit/phpunit to ^11.1.3

Update dependency phpunit/phpunit to ^11.1.3 #2179

Triggered via push April 24, 2024 08:15
Status Success
Total duration 15m 33s
Artifacts
Matrix: Check Backward Compatibility
Matrix: Run benchmarks
Matrix: Check Coding Standards
Matrix: Test Compatibility
Matrix: Check Demo Scripts
Matrix: Mutation tests
Matrix: PHPUnit tests
Matrix: Static Analysis by PHPStan
Matrix: Static Analysis by Psalm
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/ReflectionFunctionAbstract.php#L368
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ } /** @psalm-var mixed $nodePropertyArrayItem */ foreach ($nodeProperty as $nodePropertyArrayItem) { - if ($nodePropertyArrayItem instanceof Node && $this->nodeIsOrContainsYield($nodePropertyArrayItem)) { + if (true && $this->nodeIsOrContainsYield($nodePropertyArrayItem)) { return true; } }