summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus M��tt� <magnus@php.net>2005-06-03 22:51:10 +0000
committerMagnus M��tt� <magnus@php.net>2005-06-03 22:51:10 +0000
commit1182dd48e9816717b600a0b2cb0bd8cfcb8dafdf (patch)
treebbbc968eb9ac924ab20fc2b9ed8387ef32245f09
parentfd07bc5e6ba275d90c7d375bdb43991bd7b5fcea (diff)
downloadphp-git-1182dd48e9816717b600a0b2cb0bd8cfcb8dafdf.tar.gz
Add skipif, test requires iconv.
-rw-r--r--ext/xml/tests/bug32001.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xml/tests/bug32001.phpt b/ext/xml/tests/bug32001.phpt
index 3c91aca2dc..57b0d130c8 100644
--- a/ext/xml/tests/bug32001.phpt
+++ b/ext/xml/tests/bug32001.phpt
@@ -1,5 +1,8 @@
--TEST--
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect)
+--SKIPIF--
+<?php # vim:ft=php
+if (!extension_loaded("iconv")) print "skip";
--FILE--
<?php
class testcase {