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 f337be0 commit 4b95583Copy full SHA for 4b95583
tests/Unit/OutputFormatterTest.php
@@ -307,7 +307,7 @@ public function provideUnchangedStringForRemoveLastSemicolon(): array
307
{
308
return [
309
'empty string' => [''],
310
- 'string without semicolon' => ['Earl Grey: hot'],
+ 'string without semicolon' => ['earl-grey: hot'],
311
'string with trailing semicolon' => ['Earl Grey: hot;'],
312
'string with semicolon in the middle' => ['Earl Grey: hot; Coffee: Americano'],
313
'string with semicolons in the middle and trailing' => ['Earl Grey: hot; Coffee: Americano;'],
0 commit comments