Skip to content

Merge pull request #1080 from ergebnis/dependabot/composer/phpstan/ph… #2952

Merge pull request #1080 from ergebnis/dependabot/composer/phpstan/ph…

Merge pull request #1080 from ergebnis/dependabot/composer/phpstan/ph… #2952

Triggered via push June 5, 2023 16:58
Status Success
Total duration 1m 9s
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

3 warnings
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); } }
Tests (8.0, locked)
Failed to download action 'https://api.github.com/repos/ergebnis/.github/tarball/3f92fddff613c9e5f78ceb452b4c7ee93573be6b'. Error: Response status code does not indicate success: 500 (Internal Server Error).
Tests (8.0, locked)
Back off 17.743 seconds before retry.