This commit is contained in:
Dennis Eichhorn 2018-10-20 18:01:17 +02:00
parent 4f081aaa71
commit d21533a446

View File

@ -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'
));