Skip to content

Merge pull request #1079 from ergebnis/dependabot/composer/rector/rec… #2949

Merge pull request #1079 from ergebnis/dependabot/composer/rector/rec…

Merge pull request #1079 from ergebnis/dependabot/composer/rector/rec… #2949

Triggered via push June 1, 2023 16:58
Status Success
Total duration 1m 27s
Artifacts

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.0, locked): src/FixtureFactory.php#L461
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); } }