From 4c1b3e3036ff275b2a848bdba5a93b1ca486382b Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 20 Jan 2021 10:59:37 +0100 Subject: Add missing SKIPIF clauses to new test cases --- ext/phar/tests/bug69279.phpt | 1 + ext/phar/tests/bug79912.phpt | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/phar/tests/bug69279.phpt b/ext/phar/tests/bug69279.phpt index 6aeac12d3b..17a280d3da 100644 --- a/ext/phar/tests/bug69279.phpt +++ b/ext/phar/tests/bug69279.phpt @@ -3,6 +3,7 @@ Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files) --SKIPIF-- --INI-- phar.readonly=0 diff --git a/ext/phar/tests/bug79912.phpt b/ext/phar/tests/bug79912.phpt index 7187b4f55e..2a134a77df 100644 --- a/ext/phar/tests/bug79912.phpt +++ b/ext/phar/tests/bug79912.phpt @@ -3,6 +3,7 @@ Bug #79912 (Phar::decompressFiles not working) --SKIPIF-- --INI-- phar.readonly=0 -- cgit v1.2.1