diff options
-rwxr-xr-x | ext/simplexml/tests/011.phpt | 1 | ||||
-rwxr-xr-x | ext/simplexml/tests/012.phpt | 1 | ||||
-rwxr-xr-x | ext/simplexml/tests/013.phpt | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ext/simplexml/tests/011.phpt b/ext/simplexml/tests/011.phpt index 6cb6e5baf7..9b6bf15417 100755 --- a/ext/simplexml/tests/011.phpt +++ b/ext/simplexml/tests/011.phpt @@ -3,7 +3,6 @@ SimpleXML and echo/print --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php diff --git a/ext/simplexml/tests/012.phpt b/ext/simplexml/tests/012.phpt index 67e0bca346..cd8d85e9ec 100755 --- a/ext/simplexml/tests/012.phpt +++ b/ext/simplexml/tests/012.phpt @@ -3,7 +3,6 @@ SimpleXML and Attribute creation --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php diff --git a/ext/simplexml/tests/013.phpt b/ext/simplexml/tests/013.phpt index 85700956b6..fbd80b0c44 100755 --- a/ext/simplexml/tests/013.phpt +++ b/ext/simplexml/tests/013.phpt @@ -3,7 +3,6 @@ SimpleXML and Split text content --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php |