summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug41175.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug41175.phpt')
-rw-r--r--ext/simplexml/tests/bug41175.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/tests/bug41175.phpt b/ext/simplexml/tests/bug41175.phpt
index ae0204e05a..587eecd265 100644
--- a/ext/simplexml/tests/bug41175.phpt
+++ b/ext/simplexml/tests/bug41175.phpt
@@ -11,8 +11,6 @@ $xml->addAttribute("alt", "");
echo $xml->asXML();
?>
-===DONE===
--EXPECT--
<?xml version="1.0"?>
<img src="foo" alt=""/>
-===DONE===