Skip to content

Commit

Permalink
added missing test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and sebastianbergmann committed Mar 14, 2024
1 parent bdee9de commit 75d9f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/Logging/TestDox/NamePrettifierTest.php
Expand Up @@ -33,6 +33,7 @@ public function testTitleHasSensibleDefaults(): void

public function testTestNameIsConvertedToASentence(): void
{
$this->assertEquals('', (new NamePrettifier)->prettifyTestMethodName(''));
$this->assertEquals('This is a test', (new NamePrettifier)->prettifyTestMethodName('testThisIsATest'));
$this->assertEquals('This is a test', (new NamePrettifier)->prettifyTestMethodName('testThisIsATest2'));
$this->assertEquals('This is a test', (new NamePrettifier)->prettifyTestMethodName('this_is_a_test'));
Expand Down

0 comments on commit 75d9f12

Please sign in to comment.