Exemplo n.º 1
0
 public function testSetFinal()
 {
     $this->object->setFinal();
     $this->assertTrue($this->object->isFinal());
 }