Ejemplo n.º 1
0
 public function testSetAndGetGap()
 {
     $this->facet->setGap(10);
     $this->assertEquals(10, $this->facet->getGap());
 }