diff options
Diffstat (limited to 'ext/dom/tests/DOMNode_normalize_basic.phpt')
-rw-r--r-- | ext/dom/tests/DOMNode_normalize_basic.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dom/tests/DOMNode_normalize_basic.phpt b/ext/dom/tests/DOMNode_normalize_basic.phpt index 79f5294d63..8ab9080f69 100644 --- a/ext/dom/tests/DOMNode_normalize_basic.phpt +++ b/ext/dom/tests/DOMNode_normalize_basic.phpt @@ -1,15 +1,15 @@ --TEST-- -normalize() +DomNode::normalize() --SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- -<?php +<?php /* Create an XML document * with structure - * <book> + * <book> * <author></author> * <title>This is the title</title> * </book> |