Ejemplo n.º 1
0
 /**
  * Test get PhpPresentation exception
  *
  * @expectedException Exception
  * @expectedExceptionMessage No PhpPresentation assigned.
  */
 public function testGetPhpPresentationException()
 {
     $object = new ODPresentation();
     $object->getPhpPresentation();
 }