Пример #1
0
 public function testSetAndGetStart()
 {
     $this->_facet->setStart(1);
     $this->assertEquals(1, $this->_facet->getStart());
 }