예제 #1
0
파일: ArrTest.php 프로젝트: laradic/support
 public function testCanImplodeAnArray()
 {
     $array = Arr::implode($this->array, ',');
     $this->assertEquals('bar,ter', $array);
 }