Add php 8.5 to tests workflow as preperation #135
Annotations
1 warning
Mutation tests:
src/Builder.php#L128
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
public function shiftedAlternateHandling() : self
{
- $this->collator->setAttribute(Collator::ALTERNATE_HANDLING, Collator::SHIFTED);
+
return $this;
}
/**
|
Loading