summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DomNodeList_count.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/DomNodeList_count.phpt')
-rw-r--r--ext/dom/tests/DomNodeList_count.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/DomNodeList_count.phpt b/ext/dom/tests/DomNodeList_count.phpt
index 3ebf4ae7d2..b899c36a5a 100644
--- a/ext/dom/tests/DomNodeList_count.phpt
+++ b/ext/dom/tests/DomNodeList_count.phpt
@@ -22,7 +22,7 @@ var_dump($root->childNodes->count());
var_dump(count($root->childNodes));
?>
---EXPECTF--
+--EXPECT--
int(7)
int(7)
int(7)