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