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 9870e76 commit 3e70e79Copy full SHA for 3e70e79
tests/Unit/OutputFormatterTest.php
@@ -173,7 +173,7 @@ public function spaceAfterListArgumentSeparatorReturnsSpaceSetForSpecificSeparat
173
/**
174
* @test
175
*/
176
- public function spaceAfterListArgumentSeparatorForNoExistingSpaceAfterProvidedSeparatorReturnsDefaultSeparator(
+ public function spaceAfterListArgumentSeparatorWithoutSpecificSettingReturnsDefaultSpace(
177
): void {
178
$space = ' ';
179
$this->outputFormat->setSpaceAfterListArgumentSeparators([',' => $space]);
0 commit comments