Beispiel #1
0
 public function testCanAppendString()
 {
     $this->assertEquals('foobar', Str::append('foo', 'bar'));
 }