PhpOffice\PhpPresentation\Tests\Writer\ODPresentationTest::testGetPhpPresentationException PHP Метод

testGetPhpPresentationException() публичный Метод

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