summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMNode_normalize_basic.phpt
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2008-12-30 15:56:44 +0000
committerZoe Slattery <zoe@php.net>2008-12-30 15:56:44 +0000
commitf9f5039988108236c31e3bd5d42dcff02933382d (patch)
treef03a9bc0e538ac1e9a38052c3034a44ca815c6d3 /ext/dom/tests/DOMNode_normalize_basic.phpt
parentb7749479205fa59376cc41d5e50951c30d917da5 (diff)
downloadphp-git-f9f5039988108236c31e3bd5d42dcff02933382d.tar.gz
refixing missing skipif
Diffstat (limited to 'ext/dom/tests/DOMNode_normalize_basic.phpt')
-rw-r--r--ext/dom/tests/DOMNode_normalize_basic.phpt6
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..e413fb033a 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>