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