File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ private function footer(SlowTest ...$slowTests): string
158158 if (1 === $ remainingCount ) {
159159 return <<<'TXT'
160160
161- There is one additional slow test that is not listed here.
161+ There is 1 additional slow test that is not listed here.
162162TXT;
163163 }
164164
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Detected 11 tests that took longer than expected.
36360.8 %s (0.500 ) Ergebnis \PHPUnit \SlowTestDetector \Test \EndToEnd \Default \SleeperTest::testSleeperSleepsLongerThanDefaultMaximumDurationWithDataProvider#1
37370.7 %s (0.500 ) Ergebnis \PHPUnit \SlowTestDetector \Test \EndToEnd \Default \SleeperTest::testSleeperSleepsLongerThanDefaultMaximumDurationWithDataProvider#0
3838
39- There is one additional slow test that is not listed here.
39+ There is 1 additional slow test that is not listed here.
4040
4141Time: %s, Memory: %s
4242
You can’t perform that action at this time.
0 commit comments