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.
1 parent bdee9de commit 75d9f12Copy full SHA for 75d9f12
tests/unit/Logging/TestDox/NamePrettifierTest.php
@@ -33,6 +33,7 @@ public function testTitleHasSensibleDefaults(): void
33
34
public function testTestNameIsConvertedToASentence(): void
35
{
36
+ $this->assertEquals('', (new NamePrettifier)->prettifyTestMethodName(''));
37
$this->assertEquals('This is a test', (new NamePrettifier)->prettifyTestMethodName('testThisIsATest'));
38
$this->assertEquals('This is a test', (new NamePrettifier)->prettifyTestMethodName('testThisIsATest2'));
39
$this->assertEquals('This is a test', (new NamePrettifier)->prettifyTestMethodName('this_is_a_test'));
0 commit comments