Пример #1
0
 public function testReverse()
 {
     $this->_List->reverse();
     $this->assertEquals('hello', $this->_List[4]);
 }