PhpOffice\PhpPresentation\Tests\Shape\Drawing\ZipFileTest::testContentsException PHP Method

testContentsException() public method

    public function testContentsException()
    {
        $oDrawing = new ZipFile();
        $oDrawing->setPath($this->fileKoZip);
        $oDrawing->getContents();
    }