Exemplo n.º 1
0
 public function testCanSliceFromAString()
 {
     $string = String::sliceFrom('abcdef', 'c');
     return $this->assertEquals('cdef', $string);
 }