Skip to content

Commit 048f777

Browse files
Merge branch '12.2'
2 parents 36ca583 + 64dea84 commit 048f777

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Logging/TestDox/NamePrettifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function prettifyTestMethodName(string $name): string
183183
}
184184
}
185185

186-
return $buffer;
186+
return trim($buffer);
187187
}
188188

189189
public function prettifyTestCase(TestCase $test, bool $colorize): string

tests/unit/Logging/TestDox/NamePrettifierTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ public static function methodNameProvider(): array
117117
'Sets redirect header on 302',
118118
'testSetsRedirectHeaderOn302',
119119
],
120+
[
121+
'100 users',
122+
'test100Users',
123+
],
120124
];
121125
}
122126

0 commit comments

Comments
 (0)