Ejemplo n.º 1
0
 public function testSetAndGetEnd()
 {
     $this->facet->setEnd(100);
     $this->assertEquals(100, $this->facet->getEnd());
 }