Skip to content

Commit ae3ee4a

Browse files
committed
Fix: Use number
1 parent b29c4fb commit ae3ee4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Reporter/DefaultReporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
162162
TXT;
163163
}
164164

test/EndToEnd/Default/test.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Detected 11 tests that took longer than expected.
3636
0.8%s (0.500) Ergebnis\PHPUnit\SlowTestDetector\Test\EndToEnd\Default\SleeperTest::testSleeperSleepsLongerThanDefaultMaximumDurationWithDataProvider#1
3737
0.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

4141
Time: %s, Memory: %s
4242

0 commit comments

Comments
 (0)