mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 07:18:39 +00:00
fix path
This commit is contained in:
parent
4f081aaa71
commit
d21533a446
|
|
@ -20,7 +20,7 @@ class GzTest extends \PHPUnit\Framework\TestCase
|
||||||
public function testGz()
|
public function testGz()
|
||||||
{
|
{
|
||||||
self::assertTrue(Gz::pack(
|
self::assertTrue(Gz::pack(
|
||||||
'test a.txt',
|
__DIR__ . '/test a.txt',
|
||||||
__DIR__ . '/test.gz'
|
__DIR__ . '/test.gz'
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user