Пример #1
0
 public function testSetAndGetGap()
 {
     $this->_facet->setGap(10);
     $this->assertEquals(10, $this->_facet->getGap());
 }