1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-28 19:20:10 +02:00
issue #78
This commit is contained in:
Ne-Lexa
2021-05-16 23:09:44 +03:00
parent 495dd47df4
commit c3523992ed

View File

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