예제 #1
0
파일: ArrTest.php 프로젝트: laradic/support
 public function testCanGetcountArray()
 {
     $array = Arr::size([1, 2, 3]);
     $this->assertEquals(3, $array);
 }