composer(deps-dev): bump ergebnis/composer-normalize from 2.44.0 to 2.45.0 #4079
Annotations
2 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run mutation tests with Xdebug and infection/infection:
src/FixtureFactory.php#L459
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);
|
Loading