Explorar el Código

fix test

issue #78
Ne-Lexa hace 5 años
padre
commit
c3523992ed
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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();
         }
     }