Exemplo n.º 1
0
 public function testSetRevision()
 {
     $this->header->setRevision(2);
     $this->assertSame(2, $this->header->getRevision());
 }