Пример #1
0
 public function testRemove()
 {
     $this->_List->remove(345345);
     $this->assertCount(4, $this->_List);
 }