Exemple #1
0
 /**
  * Add text break
  */
 public function testAddTextBreak()
 {
     $oFooter = new Footer(1);
     $iVal = rand(1, 1000);
     $oFooter->addTextBreak($iVal);
     $this->assertCount($iVal, $oFooter->getElements());
 }