mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48: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
|
||||
Zip::pack(
|
||||
[
|
||||
__DIR__ . '/testPackage' => __DIR__ . '/testPackage',
|
||||
__DIR__ . '/testPackage' => '/',
|
||||
],
|
||||
__DIR__ . '/testPackage.zip'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user