mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-24 23:28:40 +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()
|
||||
{
|
||||
self::assertTrue(Gz::pack(
|
||||
'test a.txt',
|
||||
__DIR__ . '/test a.txt',
|
||||
__DIR__ . '/test.gz'
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user