/**
  * Tests RestFulCollection->getStartIndex()
  */
 public function testGetStartIndex()
 {
     $this->RestFulCollection->setStartIndex(1);
     $this->assertEquals(1, $this->RestFulCollection->getStartIndex());
 }