Exemple #1
0
 /**
  * Get elements
  */
 public function testGetElements()
 {
     $oFootnote = new Footnote();
     $this->assertInternalType('array', $oFootnote->getElements());
 }