Пример #1
0
 public function testSetAndGetOffset()
 {
     $this->_facet->setOffset(40);
     $this->assertEquals(40, $this->_facet->getOffset());
 }