try to fix zip packing

This commit is contained in:
Dennis Eichhorn 2020-10-22 19:05:35 +02:00
parent c49ce8a690
commit d620bed337

View File

@ -75,7 +75,7 @@ class PackageManagerTest extends \PHPUnit\Framework\TestCase
// create zip
Zip::pack(
[
__DIR__ . '/testPackage' => __DIR__ . '/testPackage',
__DIR__ . '/testPackage' => '/',
],
__DIR__ . '/testPackage.zip'
);