summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/profile11.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/profile11.phpt')
-rw-r--r--ext/simplexml/tests/profile11.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/tests/profile11.phpt b/ext/simplexml/tests/profile11.phpt
index 54c31bf710..7d95f44a09 100644
--- a/ext/simplexml/tests/profile11.phpt
+++ b/ext/simplexml/tests/profile11.phpt
@@ -18,7 +18,6 @@ var_dump((string)$root->children('reserved-ns')->child);
var_dump((string)$root->children('special-ns')->child);
var_dump($root->child);
?>
-===DONE===
--EXPECTF--
object(SimpleXMLElement)#%d (1) {
[0]=>
@@ -32,4 +31,3 @@ string(5) "Hello"
string(5) "World"
object(SimpleXMLElement)#%d (0) {
}
-===DONE===