Esempio n. 1
0
 /**
  * Set/get reference Id
  */
 public function testReferenceId()
 {
     $oFootnote = new Footnote();
     $iVal = rand(1, 1000);
     $oFootnote->setRelationId($iVal);
     $this->assertEquals($oFootnote->getRelationId(), $iVal);
 }