summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2021-01-20 10:59:37 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2021-01-20 11:02:52 +0100
commit4c1b3e3036ff275b2a848bdba5a93b1ca486382b (patch)
tree87414e49f9f8240da454f89c9ca7281369b7238d
parenta33d0c3aae3cf7b95c43eb92e62fccf529cc337b (diff)
downloadphp-git-4c1b3e3036ff275b2a848bdba5a93b1ca486382b.tar.gz
Add missing SKIPIF clauses to new test cases
-rw-r--r--ext/phar/tests/bug69279.phpt1
-rw-r--r--ext/phar/tests/bug79912.phpt1
2 files changed, 2 insertions, 0 deletions
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--
<?php
if (!extension_loaded('phar')) die('skip phar extension not available');
+if (!extension_loaded('zlib')) die('skip zlib extension not available');
?>
--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--
<?php
if (!extension_loaded('phar')) die('skip phar extension is not available');
+if (!extension_loaded('zlib')) die('skip zlib extension not available');
?>
--INI--
phar.readonly=0