Example #1
0
 public function testSetMinCount()
 {
     $this->facet->setMinCount(5);
     $this->assertEquals(5, $this->facet->getMinCount());
 }