We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208bb04 commit 1525594Copy full SHA for 1525594
tests/StringsTest.php
@@ -491,6 +491,7 @@
491
492
test('test append() method', function (): void {
493
$this->assertEquals('WORK HARD. PLAY HARD.', Strings::create('WORK HARD.')->append(' PLAY HARD.'));
494
+ $this->assertEquals('fòôbàřsfòô', Strings::create('fòô')->append('bàřs')->append('fòô'));
495
});
496
497
test('test shuffle() method', function (): void {
0 commit comments