public function testStartIndex()
 {
     $startIndex = 3;
     $this->query->setStartIndex($startIndex);
     $this->assertSame($startIndex, $this->query->getStartIndex());
 }