Esempio n. 1
0
 /**
  * Add header exception
  *
  * @expectedException Exception
  * @expectedExceptionMesssage Invalid header/footer type.
  */
 public function testAddHeaderException()
 {
     $object = new Section(1);
     $header = $object->addHeader('ODD');
 }