summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/create_new_and_modify.phpt
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-14 05:25:11 +0000
committerGreg Beaver <cellog@php.net>2008-01-14 05:25:11 +0000
commit0df060f18b5ff0c0b926aeca389ef6f12466191a (patch)
tree8e7709e23beaa3715ad505abd4c4f0857e0ff707 /ext/phar/tests/zip/create_new_and_modify.phpt
parentb4eecadd7cd814183a4fa11148206db36c05d7ca (diff)
downloadphp-git-0df060f18b5ff0c0b926aeca389ef6f12466191a.tar.gz
add missing skip sections in zip tests
Diffstat (limited to 'ext/phar/tests/zip/create_new_and_modify.phpt')
-rw-r--r--ext/phar/tests/zip/create_new_and_modify.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/phar/tests/zip/create_new_and_modify.phpt b/ext/phar/tests/zip/create_new_and_modify.phpt
index b81e5a779f..0197fb8381 100644
--- a/ext/phar/tests/zip/create_new_and_modify.phpt
+++ b/ext/phar/tests/zip/create_new_and_modify.phpt
@@ -3,6 +3,7 @@ Phar: create and modify zip-based phar
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
<?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
+<?php if (!extension_loaded("zip")) die("skip"); ?>
--INI--
phar.readonly=0
--FILE--