Example #1
0
 public function testSetAndGetStart()
 {
     $this->facet->setStart(1);
     $this->assertEquals(1, $this->facet->getStart());
 }