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