public function testSetAndGetMaxCount() { $this->query->setMaxCount(25); $this->assertEquals(25, $this->query->getMaxCount()); }