Skip to content

legacy cryptography attribute metadata mapping #335

legacy cryptography attribute metadata mapping

legacy cryptography attribute metadata mapping #335

Triggered via pull request April 3, 2026 15:40
Status Failure
Total duration 29s
Artifacts

mutation-tests-diff.yml

on: pull_request
Matrix: Mutation tests on diff
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Mutation tests on diff (locked, 8.5, ubuntu-latest)
Process completed with exit code 1.
Mutation tests on diff (locked, 8.5, ubuntu-latest): src/Extension/Cryptography/CryptographyExtension.php#L27
Escaped Mutant for Mutator "IncrementInteger": @@ @@ $builder->addMiddleware(new CryptographyMiddleware($this->cryptography), 64); if ($this->legacyMetadataMapping) { - $builder->addMetadataEnricher(new LegacyCryptographyMetadataEnricher(), 63); + $builder->addMetadataEnricher(new LegacyCryptographyMetadataEnricher(), 64); } if ($this->legacyCryptographer === null) {
Mutation tests on diff (locked, 8.5, ubuntu-latest): src/Extension/Cryptography/CryptographyExtension.php#L27
Escaped Mutant for Mutator "DecrementInteger": @@ @@ $builder->addMiddleware(new CryptographyMiddleware($this->cryptography), 64); if ($this->legacyMetadataMapping) { - $builder->addMetadataEnricher(new LegacyCryptographyMetadataEnricher(), 63); + $builder->addMetadataEnricher(new LegacyCryptographyMetadataEnricher(), 62); } if ($this->legacyCryptographer === null) {