PhpOffice\PhpPresentation\Tests\Writer\PowerPoint2007Test::testSaveEmptyException PHP Method

testSaveEmptyException() public method

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