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