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
8282 /**
8383 * @var array<int, float>
8484 */
85- private array $ testSuiteTimes = [0 ];
85+ private array $ testSuiteTimes = [0.0 ];
8686 private int $ testSuiteLevel = 0 ;
8787 private ?DOMElement $ currentTestCase = null ;
8888 private ?HRTime $ time = null ;
@@ -131,7 +131,7 @@ public function testSuiteStarted(Started $event): void
131131 $ this ->testSuiteErrors [$ this ->testSuiteLevel ] = 0 ;
132132 $ this ->testSuiteFailures [$ this ->testSuiteLevel ] = 0 ;
133133 $ this ->testSuiteSkipped [$ this ->testSuiteLevel ] = 0 ;
134- $ this ->testSuiteTimes [$ this ->testSuiteLevel ] = 0 ;
134+ $ this ->testSuiteTimes [$ this ->testSuiteLevel ] = 0.0 ;
135135 }
136136
137137 public function testSuiteFinished (): void
You can’t perform that action at this time.
0 commit comments