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

testCachingException() public method

Test set/get disk caching exception
    public function testCachingException()
    {
        $object = new PowerPoint2007(new PhpPresentation());
        $object->setUseDiskCaching(true, 'foo');
    }