@@ -91,7 +91,7 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
9191 <<<'TXT'
9292Detected 1 test where the duration exceeded the maximum duration.
9393
94- 1. 0 .300 (0 .100) FooTest::test
94+ 1. 00:00 .300 (00:00 .100) FooTest::test
9595TXT
9696 ,
9797 MaximumCount::fromCount (Count::fromInt (1 )),
@@ -108,8 +108,8 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
108108 <<<'TXT'
109109Detected 2 tests where the duration exceeded the maximum duration.
110110
111- 1. 0 .300 (0 .100) FooTest::test
112- 2. 0 .275 (0 .100) BarTest::test
111+ 1. 00:00 .300 (00:00 .100) FooTest::test
112+ 2. 00:00 .275 (00:00 .100) BarTest::test
113113TXT
114114 ,
115115 MaximumCount::fromCount (Count::fromInt (2 )),
@@ -132,9 +132,9 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
132132 <<<'TXT'
133133Detected 3 tests where the duration exceeded the maximum duration.
134134
135- 1. 0 .300 (0 .100) FooTest::test
136- 2. 0 .275 (0 .100) BarTest::test
137- 3. 0 .250 (0 .100) BazTest::test
135+ 1. 00:00 .300 (00:00 .100) FooTest::test
136+ 2. 00:00 .275 (00:00 .100) BarTest::test
137+ 3. 00:00 .250 (00:00 .100) BazTest::test
138138TXT
139139 ,
140140 MaximumCount::fromCount (Count::fromInt (3 )),
@@ -163,9 +163,9 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
163163 <<<'TXT'
164164Detected 3 tests where the duration exceeded the maximum duration.
165165
166- 1. 0 .300 (0 .100) FooTest::test
167- 2. 0 .275 (0 .100) BarTest::test
168- 3. 0 .250 (0 .100) BazTest::test
166+ 1. 00:00 .300 (00:00 .100) FooTest::test
167+ 2. 00:00 .275 (00:00 .100) BarTest::test
168+ 3. 00:00 .250 (00:00 .100) BazTest::test
169169TXT
170170 ,
171171 MaximumCount::fromCount (Count::fromInt (3 )),
@@ -195,15 +195,15 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
195195Detected 10 tests where the duration exceeded the maximum duration.
196196
197197 1. 20:50.000 (16:40.000) FooTest::test
198- 2. 9 :35.000 ( 8 :20.000) BarTest::test
199- 3. 0 .250 ( 0 .100) BazTest::test
200- 4. 0 .200 ( 0 .100) QuxTest::test
201- 5. 0 .160 ( 0 .100) QuuxTest::test
202- 6. 0 .150 ( 0 .100) CorgeTest::test
203- 7. 0 .140 ( 0 .100) GraultTest::test
204- 8. 0 .130 ( 0 .100) GarplyTest::test
205- 9. 0 .120 ( 0 .100) WaldoTest::test
206- 10. 0 .110 ( 0 .100) FredTest::test
198+ 2. 09 :35.000 (08 :20.000) BarTest::test
199+ 3. 00:00 .250 (00:00 .100) BazTest::test
200+ 4. 00:00 .200 (00:00 .100) QuxTest::test
201+ 5. 00:00 .160 (00:00 .100) QuuxTest::test
202+ 6. 00:00 .150 (00:00 .100) CorgeTest::test
203+ 7. 00:00 .140 (00:00 .100) GraultTest::test
204+ 8. 00:00 .130 (00:00 .100) GarplyTest::test
205+ 9. 00:00 .120 (00:00 .100) WaldoTest::test
206+ 10. 00:00 .110 (00:00 .100) FredTest::test
207207TXT
208208 ,
209209 MaximumCount::fromCount (Count::fromInt (10 )),
@@ -274,7 +274,7 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
274274 <<<'TXT'
275275Detected 2 tests where the duration exceeded the maximum duration.
276276
277- 1. 0 .300 (0 .100) FooTest::test
277+ 1. 00:00 .300 (00:00 .100) FooTest::test
278278
279279There is 1 additional slow test that is not listed here.
280280TXT
@@ -299,7 +299,7 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
299299 <<<'TXT'
300300Detected 3 tests where the duration exceeded the maximum duration.
301301
302- 1. 0 .300 (0 .100) FooTest::test
302+ 1. 00:00 .300 (00:00 .100) FooTest::test
303303
304304There are 2 additional slow tests that are not listed here.
305305TXT
0 commit comments