Пример #1
0
 public function testSetAndGetEnd()
 {
     $this->_facet->setEnd(100);
     $this->assertEquals(100, $this->_facet->getEnd());
 }