Exemplo n.º 1
0
 /**
  * @expectedException           \Exception
  * @expectedExceptionMessage    No parent \PhpOffice\PhpPresentation\Writer\WriterInterface assigned.
  */
 public function testParentException()
 {
     $oDrawing = new Drawing();
     $oDrawing->getParentWriter();
 }