@@ -39,7 +39,7 @@ public function dataFormatterOutputProvider(): Generator
39
39
0 ,
40
40
'<?xml version="1.0" encoding="UTF-8"?>
41
41
<testsuites name="static analysis">
42
- <testsuite failures="1" name="phpstan">
42
+ <testsuite failures="1" name="phpstan" tests="1" >
43
43
<testcase errors="0" failures="1" name="folder with unicode 😃/file name with "spaces" and unicode 😃.php:4" tests="1">
44
44
<failure message="Foo" type="error" />
45
45
</testcase>
@@ -55,7 +55,7 @@ public function dataFormatterOutputProvider(): Generator
55
55
1 ,
56
56
'<?xml version="1.0" encoding="UTF-8"?>
57
57
<testsuites name="static analysis">
58
- <testsuite failures="1" name="phpstan">
58
+ <testsuite failures="1" name="phpstan" tests="1" >
59
59
<testcase errors="0" failures="1" name="Generic error" tests="1">
60
60
<failure message="first generic error" type="error" />
61
61
</testcase>
@@ -71,7 +71,7 @@ public function dataFormatterOutputProvider(): Generator
71
71
0 ,
72
72
'<?xml version="1.0" encoding="UTF-8"?>
73
73
<testsuites name="static analysis">
74
- <testsuite failures="4" name="phpstan">
74
+ <testsuite failures="4" name="phpstan" tests="4" >
75
75
<testcase errors="0" failures="1" name="folder with unicode 😃/file name with "spaces" and unicode 😃.php:2" tests="1">
76
76
<failure message="Bar" type="error" />
77
77
</testcase>
@@ -96,7 +96,7 @@ public function dataFormatterOutputProvider(): Generator
96
96
2 ,
97
97
'<?xml version="1.0" encoding="UTF-8"?>
98
98
<testsuites name="static analysis">
99
- <testsuite failures="2" name="phpstan">
99
+ <testsuite failures="2" name="phpstan" tests="2" >
100
100
<testcase errors="0" failures="1" name="Generic error" tests="1">
101
101
<failure message="first generic error" type="error" />
102
102
</testcase>
@@ -115,7 +115,7 @@ public function dataFormatterOutputProvider(): Generator
115
115
2 ,
116
116
'<?xml version="1.0" encoding="UTF-8"?>
117
117
<testsuites name="static analysis">
118
- <testsuite failures="6" name="phpstan">
118
+ <testsuite failures="6" name="phpstan" tests="6" >
119
119
<testcase errors="0" failures="1" name="folder with unicode 😃/file name with "spaces" and unicode 😃.php:2" tests="1">
120
120
<failure message="Bar" type="error" />
121
121
</testcase>
0 commit comments