Example #1
0
 public function testResultCount()
 {
     $this->assertNull($this->query->getResultCount());
     $this->query->setResultCount(10);
     $this->assertEquals(10, $this->query->getResultCount());
 }