Browse Source

fix test

issue #78
Ne-Lexa 5 năm trước cách đây
mục cha
commit
c3523992ed
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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();
         }
     }