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 c1ab2ff commit 34495bbCopy full SHA for 34495bb
tests/Unit/OutputFormatTest.php
@@ -443,7 +443,7 @@ public function setSpaceBeforeListArgumentSeparatorProvidesFluentInterface(): vo
443
/**
444
* @test
445
*/
446
- public function getSpaceAfterListArgumentSeparatorInitiallyEmptyString(): void
+ public function getSpaceAfterListArgumentSeparatorInitiallyReturnsEmptyString(): void
447
{
448
self::assertSame('', $this->subject->getSpaceAfterListArgumentSeparator());
449
}
0 commit comments