We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36ca583 + 64dea84 commit 048f777Copy full SHA for 048f777
src/Logging/TestDox/NamePrettifier.php
@@ -183,7 +183,7 @@ public function prettifyTestMethodName(string $name): string
183
}
184
185
186
- return $buffer;
+ return trim($buffer);
187
188
189
public function prettifyTestCase(TestCase $test, bool $colorize): string
tests/unit/Logging/TestDox/NamePrettifierTest.php
@@ -117,6 +117,10 @@ public static function methodNameProvider(): array
117
'Sets redirect header on 302',
118
'testSetsRedirectHeaderOn302',
119
],
120
+ [
121
+ '100 users',
122
+ 'test100Users',
123
+ ],
124
];
125
126
0 commit comments