ClockAdapterFactory #54
ci.yaml
on: push
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
2s
Annotations
6 errors and 1 warning
Tests (macos-latest, 7.4, false)
Canceling since a higher priority waiting request for 'CI-refs/heads/v1.x' exists
|
Tests (macos-latest, 8.1, false)
The operation was canceled.
|
Tests (windows-latest, 7.4, false)
The operation was canceled.
|
Tests (macos-latest, 8.0, false)
The operation was canceled.
|
Tests (windows-latest, 8.1, false)
The operation was canceled.
|
Tests (windows-latest, 8.0, false)
The operation was canceled.
|
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 |
|