Ejemplo n.º 1
0
 public function testRemoveAt()
 {
     $this->_List->removeAt(0);
     $this->assertTrue(\is_int($this->_List->front()));
 }