PhpOffice\PhpPresentation\Tests\Writer\PowerPoint2007\LayoutPack\TemplateBasedTest::testFindLayoutIdException PHP Method

testFindLayoutIdException() public method

    public function testFindLayoutIdException()
    {
        $file = PHPPRESENTATION_TESTS_BASE_DIR . '/resources/files/Sample_00_01.pptx';
        $templateBased = new TemplateBased($file);
        $name = 'Invalid';
        $templateBased->findLayoutId($name);
    }