[6.x] Add Symfony 7 support #709
Annotations
1 error and 5 warnings
Infection on DIFF
Process completed with exit code 2.
|
Get composer cache directory
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Infection on DIFF:
src/Logging/JUnit/TestCase.php#L170
Escaped Mutant for Mutator "CastString":
--- Original
+++ New
@@ @@
if ($node->xpath('skipped') !== []) {
$text = (string) $node['name'];
if ((string) $node['class'] !== '') {
- $text = sprintf("%s::%s\n\n%s:%s", (string) $node['class'], (string) $node['name'], (string) $node['file'], (int) $node['line']);
+ $text = sprintf("%s::%s\n\n%s:%s", $node['class'], (string) $node['name'], (string) $node['file'], (int) $node['line']);
}
return new SkippedTestCase((string) $node['name'], (string) $node['class'], (string) $node['file'], (int) $node['line'], (int) $node['assertions'], (float) $node['time'], null, $text, $systemOutput);
}
|
Infection on DIFF:
src/Logging/JUnit/TestCase.php#L171
Escaped Mutant for Mutator "CastString":
--- Original
+++ New
@@ @@
if ($node->xpath('skipped') !== []) {
$text = (string) $node['name'];
if ((string) $node['class'] !== '') {
- $text = sprintf("%s::%s\n\n%s:%s", (string) $node['class'], (string) $node['name'], (string) $node['file'], (int) $node['line']);
+ $text = sprintf("%s::%s\n\n%s:%s", (string) $node['class'], $node['name'], (string) $node['file'], (int) $node['line']);
}
return new SkippedTestCase((string) $node['name'], (string) $node['class'], (string) $node['file'], (int) $node['line'], (int) $node['assertions'], (float) $node['time'], null, $text, $systemOutput);
}
|
Infection on DIFF:
src/Logging/JUnit/TestCase.php#L172
Escaped Mutant for Mutator "CastString":
--- Original
+++ New
@@ @@
if ($node->xpath('skipped') !== []) {
$text = (string) $node['name'];
if ((string) $node['class'] !== '') {
- $text = sprintf("%s::%s\n\n%s:%s", (string) $node['class'], (string) $node['name'], (string) $node['file'], (int) $node['line']);
+ $text = sprintf("%s::%s\n\n%s:%s", (string) $node['class'], (string) $node['name'], $node['file'], (int) $node['line']);
}
return new SkippedTestCase((string) $node['name'], (string) $node['class'], (string) $node['file'], (int) $node['line'], (int) $node['assertions'], (float) $node['time'], null, $text, $systemOutput);
}
|
Infection on DIFF:
src/Logging/JUnit/TestCase.php#L173
Escaped Mutant for Mutator "CastInt":
--- Original
+++ New
@@ @@
if ($node->xpath('skipped') !== []) {
$text = (string) $node['name'];
if ((string) $node['class'] !== '') {
- $text = sprintf("%s::%s\n\n%s:%s", (string) $node['class'], (string) $node['name'], (string) $node['file'], (int) $node['line']);
+ $text = sprintf("%s::%s\n\n%s:%s", (string) $node['class'], (string) $node['name'], (string) $node['file'], $node['line']);
}
return new SkippedTestCase((string) $node['name'], (string) $node['class'], (string) $node['file'], (int) $node['line'], (int) $node['assertions'], (float) $node['time'], null, $text, $systemOutput);
}
|
The logs for this run have expired and are no longer available.
Loading