diff options
Diffstat (limited to 'ext/simplexml/tests/bug41861.phpt')
-rw-r--r-- | ext/simplexml/tests/bug41861.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/simplexml/tests/bug41861.phpt b/ext/simplexml/tests/bug41861.phpt index 07622ebbd3..2b4ce98b1e 100644 --- a/ext/simplexml/tests/bug41861.phpt +++ b/ext/simplexml/tests/bug41861.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #41861 (getNamespaces() returns the namespaces of a node's siblings) +--SKIPIF-- +<?php if (!extension_loaded("simplexml")) die("skip"); ?> --FILE-- <?php |