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