CI #229
ci.yaml
on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
2s
Annotations
13 errors and 2 warnings
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false):
tests/Unit/DI/ConsoleExtensionTest.php#L149
Failed asserting that two strings are identical.
|
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false):
tests/Unit/DI/ConsoleExtensionTest.php#L150
Failed asserting that two strings are identical.
|
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false)
Process completed with exit code 2.
|
Tests (macos-latest, 8.1, false)
The job was canceled because "ubuntu-latest_7_4_--prefe" failed.
|
Tests (macos-latest, 8.0, false)
The job was canceled because "ubuntu-latest_7_4_--prefe" failed.
|
Tests (windows-latest, 8.1, false)
The job was canceled because "ubuntu-latest_7_4_--prefe" failed.
|
Tests (ubuntu-latest, 8.1, false)
The operation was canceled.
|
Tests (ubuntu-latest, 8.2, --ignore-platform-req=php+, false)
The operation was canceled.
|
Tests (ubuntu-latest, 8.0, false)
The operation was canceled.
|
Tests (windows-latest, 8.0, false)
The job was canceled because "ubuntu-latest_7_4_--prefe" failed.
|
Tests (windows-latest, 8.0, false)
A task was canceled.
|
Tests (windows-latest, 7.4, false)
The operation was canceled.
|
Status check - CI
Process completed with exit code 1.
|
Test for mutants (ubuntu-latest, 8.1):
src/Command/DIParametersCommand.php#L106
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
}
} else {
$output->writeln(sprintf('%s<fg=cyan>%s</>:', $spaces, $key));
- $this->printSortedParameters($output, $item, $spaces . ' ');
+ $this->printSortedParameters($output, $item, ' ' . $spaces);
}
} else {
$output->writeln(sprintf('%s<fg=cyan>%s</>: %s', $spaces, $key, $this->valueToString($item)));
|
Test for mutants (ubuntu-latest, 8.1):
src/Command/DIParametersCommand.php#L120
Escaped Mutant for Mutator "FunctionCallRemoval":
--- Original
+++ New
@@ @@
$output->writeln('');
} elseif (is_array(next($parameters))) {
$output->writeln('');
- prev($parameters);
+
}
}
}
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Logs - Mutations
Expired
|
1.11 KB |
|