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 96092a5 commit 7459cd3Copy full SHA for 7459cd3
tests/Unit/OutputFormatterTest.php
@@ -146,7 +146,7 @@ public function spaceBeforeListArgumentSeparatorReturnsSpaceSetForSpecificSepara
146
/**
147
* @test
148
*/
149
- public function spaceBeforeListArgumentSeparatorForNoExistingSpaceBeforeProvidedSeparatorReturnsDefaultSeparator(
+ public function spaceBeforeListArgumentSeparatorWithoutSpecificSettingReturnsDefaultSpace(
150
): void {
151
$space = ' ';
152
$this->outputFormat->setSpaceBeforeListArgumentSeparators([',' => $space]);
0 commit comments