From d21533a44651059e7f4d193fc29ef3b8c001646a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 20 Oct 2018 18:01:17 +0200 Subject: [PATCH] fix path --- tests/Utils/IO/Zip/GzTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php index 6d6e48215..4de43ab4c 100644 --- a/tests/Utils/IO/Zip/GzTest.php +++ b/tests/Utils/IO/Zip/GzTest.php @@ -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' ));