Skip to content

ClockAdapterFactory #57

ClockAdapterFactory

ClockAdapterFactory #57

Triggered via push November 27, 2023 09:46
Status Success
Total duration 1m 56s
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
3s
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