Exemplo n.º 1
0
 public function testCopyOfNull()
 {
     $this->assertNull(Arrays::copyOf(null, 10));
 }