PhpOffice\PhpPresentation\Tests\Writer\PowerPoint2007\PptMediaTest::testDrawingException PHP Méthode

testDrawingException() public méthode

    public function testDrawingException()
    {
        $oPhpPresentation = new PhpPresentation();
        $oSlide = $oPhpPresentation->getActiveSlide();
        $oShape = $oSlide->createDrawingShape();
        $oShape->setPath(PHPPRESENTATION_TESTS_BASE_DIR . '/resources/images/filedoesntexist.png', false);
        TestHelperDOCX::getDocument($oPhpPresentation, 'PowerPoint2007');
    }