Пример #1
0
 public function testInsert()
 {
     $this->_List->insert(1, 'world');
     $this->assertEquals('world', $this->_List[1]);
 }