@@ -91,7 +91,7 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
91
91
<<<'TXT'
92
92
Detected 1 test where the duration exceeded the maximum duration.
93
93
94
- 1. 0 .300 (0 .100) FooTest::test
94
+ 1. 00:00 .300 (00:00 .100) FooTest::test
95
95
TXT
96
96
,
97
97
MaximumCount::fromCount (Count::fromInt (1 )),
@@ -108,8 +108,8 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
108
108
<<<'TXT'
109
109
Detected 2 tests where the duration exceeded the maximum duration.
110
110
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
113
113
TXT
114
114
,
115
115
MaximumCount::fromCount (Count::fromInt (2 )),
@@ -132,9 +132,9 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
132
132
<<<'TXT'
133
133
Detected 3 tests where the duration exceeded the maximum duration.
134
134
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
138
138
TXT
139
139
,
140
140
MaximumCount::fromCount (Count::fromInt (3 )),
@@ -163,9 +163,9 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
163
163
<<<'TXT'
164
164
Detected 3 tests where the duration exceeded the maximum duration.
165
165
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
169
169
TXT
170
170
,
171
171
MaximumCount::fromCount (Count::fromInt (3 )),
@@ -195,15 +195,15 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
195
195
Detected 10 tests where the duration exceeded the maximum duration.
196
196
197
197
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
207
207
TXT
208
208
,
209
209
MaximumCount::fromCount (Count::fromInt (10 )),
@@ -274,7 +274,7 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
274
274
<<<'TXT'
275
275
Detected 2 tests where the duration exceeded the maximum duration.
276
276
277
- 1. 0 .300 (0 .100) FooTest::test
277
+ 1. 00:00 .300 (00:00 .100) FooTest::test
278
278
279
279
There is 1 additional slow test that is not listed here.
280
280
TXT
@@ -299,7 +299,7 @@ public static function provideExpectedReportMaximumCountAndSlowTestList(): itera
299
299
<<<'TXT'
300
300
Detected 3 tests where the duration exceeded the maximum duration.
301
301
302
- 1. 0 .300 (0 .100) FooTest::test
302
+ 1. 00:00 .300 (00:00 .100) FooTest::test
303
303
304
304
There are 2 additional slow tests that are not listed here.
305
305
TXT
0 commit comments