Example #1
0
 public function testSetAndGetLimit()
 {
     $this->query->setLimit(15);
     $this->assertEquals(15, $this->query->getLimit());
 }