mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 21:28:40 +00:00
try to fix zip packing
This commit is contained in:
parent
c49ce8a690
commit
d620bed337
|
|
@ -75,7 +75,7 @@ class PackageManagerTest extends \PHPUnit\Framework\TestCase
|
||||||
// create zip
|
// create zip
|
||||||
Zip::pack(
|
Zip::pack(
|
||||||
[
|
[
|
||||||
__DIR__ . '/testPackage' => __DIR__ . '/testPackage',
|
__DIR__ . '/testPackage' => '/',
|
||||||
],
|
],
|
||||||
__DIR__ . '/testPackage.zip'
|
__DIR__ . '/testPackage.zip'
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user