summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMNode_normalize_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/DOMNode_normalize_basic.phpt')
-rw-r--r--ext/dom/tests/DOMNode_normalize_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/tests/DOMNode_normalize_basic.phpt b/ext/dom/tests/DOMNode_normalize_basic.phpt
index 8ab9080f69..fce6b289bd 100644
--- a/ext/dom/tests/DOMNode_normalize_basic.phpt
+++ b/ext/dom/tests/DOMNode_normalize_basic.phpt
@@ -57,8 +57,8 @@ echo "Number of child nodes of title after normalizing title = ";
var_dump($title->childNodes->length);
?>
---EXPECTF--
+--EXPECT--
Number of child nodes of title = int(1)
Number of child nodes of title after adding second title = int(2)
Number of child nodes of title after normalizing author = int(2)
-Number of child nodes of title after normalizing title = int(1) \ No newline at end of file
+Number of child nodes of title after normalizing title = int(1)