Skip to content

FrozenClock: accepts DateTimeInterface as the initial time #58

FrozenClock: accepts DateTimeInterface as the initial time

FrozenClock: accepts DateTimeInterface as the initial time #58

Triggered via push November 27, 2023 20:41
Status Success
Total duration 2m 7s
Artifacts 1

ci.yaml

on: push
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
2s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Test for mutants (ubuntu-latest, 8.1): src/Adapter/ClockAdapterFactory.php#L18
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ if ($clock instanceof Clock) { return $clock; } - if ($clock instanceof SymfonyClock) { + if (false) { return new SymfonyToOrisaiClockAdapter($clock); } return new PsrToOrisaiClockAdapter($clock); } }

Artifacts

Produced during runtime
Name Size
Logs - Mutations Expired
555 Bytes