예제 #1
0
파일: ArraysTest.php 프로젝트: phpj/phpj
 public function testCopyOfNull()
 {
     $this->assertNull(Arrays::copyOf(null, 10));
 }