Beispiel #1
0
 /**
  * Add text break element
  */
 public function testAddTextBreak()
 {
     $oFootnote = new Footnote();
     $oFootnote->addTextBreak(2);
     $this->assertCount(2, $oFootnote->getElements());
 }