Example #1
0
 public function testSetAndGetMinCount()
 {
     $this->query->setMinCount(3);
     $this->assertEquals(3, $this->query->getMinCount());
 }