PhpOffice\PhpPresentation\Tests\Writer\ODPresentationTest::testGetPhpPresentationException PHP Method

testGetPhpPresentationException() public method

Test get PhpPresentation exception
    public function testGetPhpPresentationException()
    {
        $object = new ODPresentation();
        $object->getPhpPresentation();
    }