summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug41867.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug41867.phpt')
-rw-r--r--ext/simplexml/tests/bug41867.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/tests/bug41867.phpt b/ext/simplexml/tests/bug41867.phpt
index 33e2de9e22..4c0b3ac1b5 100644
--- a/ext/simplexml/tests/bug41867.phpt
+++ b/ext/simplexml/tests/bug41867.phpt
@@ -10,9 +10,7 @@ echo $a->getName()."\n";
echo $a->b->getName()."\n";
echo $a->b->c->getName()."\n";
?>
-===DONE===
--EXPECT--
a
b
c
-===DONE===