예제 #1
0
 public function testRemoveAt()
 {
     // Remove the following lines when you implement this test.
     $this->object->removeAt(5);
     $this->assertTrue($this->object->indexOf(5) != 5);
 }