Ver código fonte

fix test

issue #78
Ne-Lexa 5 anos atrás
pai
commit
c3523992ed
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      tests/PhpZipExtResourceTest.php

+ 0 - 2
tests/PhpZipExtResourceTest.php

@@ -159,8 +159,6 @@ class PhpZipExtResourceTest extends ZipTestCase
             static::assertFileDoesNotExist($this->outputDirname . '/bug70752.txt');
 
             throw $exception;
-        } finally {
-            $zipFile->close();
         }
     }