Пример #1
0
 public function testDeepCopy()
 {
     $list = $this->_List->copy();
     $this->assertTrue($this->_List[2] !== $list[2]);
 }