legacy cryptography attribute metadata mapping #335
mutation-tests-diff.yml
on: pull_request
Matrix: Mutation tests on diff
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) {
|