1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-04 06:27:23 +02:00

Fixed installing the package on the MAC (illegal byte sequence unzip).

close issue #11
This commit is contained in:
Ne-Lexa
2018-02-01 09:52:35 +03:00
parent 171d4a8e4c
commit 9f0d151f5e
2 changed files with 0 additions and 1 deletions

View File

@@ -75,7 +75,6 @@ class PhpZipExtResourceTest extends ZipTestCase
{
return [
[__DIR__ . '/php-zip-ext-test-resources/bug40228.zip'],
[__DIR__ . '/php-zip-ext-test-resources/bug40228私はガラスを食べられます.zip'],
];
}