Skip to content

Commit 1525594

Browse files
committed
improve tests
1 parent 208bb04 commit 1525594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/StringsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@
491491

492492
test('test append() method', function (): void {
493493
$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òô'));
494495
});
495496

496497
test('test shuffle() method', function (): void {

0 commit comments

Comments
 (0)