Skip to content

Merge pull request #1159 from ergebnis/dependabot/composer/ergebnis/p… #3197

Merge pull request #1159 from ergebnis/dependabot/composer/ergebnis/p…

Merge pull request #1159 from ergebnis/dependabot/composer/ergebnis/p… #3197

Triggered via push September 27, 2023 07:51
Status Success
Total duration 1m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

integrate.yaml

on: push
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation Tests
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Tests (8.1, locked): src/FixtureFactory.php#L460
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ } $classMetadataOfFieldValue = $this->entityManager->getClassMetadata($fieldValue::class); $collection = $classMetadataOfFieldValue->getFieldValue($fieldValue, $inversedBy); - if (!$collection instanceof Common\Collections\Collection) { + if (!true) { return; } $collection->add($entity); } }