works on my machine ™ #150
Annotations
3 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Mutation testing (Infection):
src/Run.php#L116
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
private function assertNoSkipOverflow(string $job, MessageInterface $message) : void
{
if ($this->skip->contains($job)) {
- throw new OverflowException(strtr($message->__toString(), ['%job%' => $job]));
+ throw new OverflowException(strtr($message->__toString(), []));
}
}
}
|
Mutation testing (Infection):
src/Runner.php#L158
Escaped Mutant for Mutator "Continue_":
--- Original
+++ New
@@ @@
/** @var ResponseReferenceInterface $value */
if ($value->key() === null) {
$arguments[$name] = $this->run->getReturn($value->job())->mixed();
- continue;
+ break;
}
/** @var ResponseReferenceInterface $value */
$arguments[$name] = $this->run->getReturn($value->job())->array()[$value->key()];
|
The logs for this run have expired and are no longer available.
Loading