File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ final class JunitXmlLogger
82
82
/**
83
83
* @var array<int, float>
84
84
*/
85
- private array $ testSuiteTimes = [0 ];
85
+ private array $ testSuiteTimes = [0.0 ];
86
86
private int $ testSuiteLevel = 0 ;
87
87
private ?DOMElement $ currentTestCase = null ;
88
88
private ?HRTime $ time = null ;
@@ -131,7 +131,7 @@ public function testSuiteStarted(Started $event): void
131
131
$ this ->testSuiteErrors [$ this ->testSuiteLevel ] = 0 ;
132
132
$ this ->testSuiteFailures [$ this ->testSuiteLevel ] = 0 ;
133
133
$ this ->testSuiteSkipped [$ this ->testSuiteLevel ] = 0 ;
134
- $ this ->testSuiteTimes [$ this ->testSuiteLevel ] = 0 ;
134
+ $ this ->testSuiteTimes [$ this ->testSuiteLevel ] = 0.0 ;
135
135
}
136
136
137
137
public function testSuiteFinished (): void
You can’t perform that action at this time.
0 commit comments