We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1336eb7 commit cba89caCopy full SHA for cba89ca
src/Reports/Junit.php
@@ -121,7 +121,7 @@ public function generate(
121
122
$failures = ($totalErrors + $totalWarnings);
123
echo '<?xml version="1.0" encoding="UTF-8"?>'.PHP_EOL;
124
- echo '<testsuites name="PHP_CodeSniffer '.Config::VERSION.'" tests="'.$tests.'" failures="'.$failures.'">'.PHP_EOL;
+ echo '<testsuites name="PHP_CodeSniffer '.Config::VERSION.'" errors="0" tests="'.$tests.'" failures="'.$failures.'">'.PHP_EOL;
125
echo $cachedData;
126
echo '</testsuites>'.PHP_EOL;
127
0 commit comments