PhpOffice\PhpPresentation\Tests\Writer\PowerPoint2007Test::testSaveEmptyException PHP 메소드

testSaveEmptyException() 공개 메소드

Test save with empty filename
    public function testSaveEmptyException()
    {
        $oPhpPresentation = new PhpPresentation();
        $object = new PowerPoint2007($oPhpPresentation);
        $object->save('');
    }