Skip to content

Clean up

Clean up #141

Triggered via push May 16, 2024 03:57
Status Failure
Total duration 27s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Test
Process completed with exit code 1.
Test: src/CallableFake.php#L131
Escaped Mutant for Mutator "CastBool": --- Original +++ New @@ @@ public function called(callable $callback): array { return array_filter($this->invocations, function (array $arguments) use ($callback): bool { - return (bool) $callback(...$arguments); + return $callback(...$arguments); }); } }