summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug37076_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug37076_1.phpt')
-rw-r--r--ext/simplexml/tests/bug37076_1.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/simplexml/tests/bug37076_1.phpt b/ext/simplexml/tests/bug37076_1.phpt
index d2260040c..d4f4e0333 100644
--- a/ext/simplexml/tests/bug37076_1.phpt
+++ b/ext/simplexml/tests/bug37076_1.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #37076 (SimpleXML ignores .=) (appending to unnamed attribute)
+--SKIPIF--
+<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
<?php
$xml = simplexml_load_string("<root><foo /></root>");