Browse Source

Add skipif, test requires iconv.

PHP-5.1
Magnus M��tt� 21 years ago
parent
commit
1182dd48e9
  1. 3
      ext/xml/tests/bug32001.phpt

3
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 {

Loading…
Cancel
Save