Exemplo n.º 1
0
 public function testSetAndGetLimit()
 {
     $this->_facet->setLimit(12);
     $this->assertEquals(12, $this->_facet->getLimit());
 }