summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMNode_getNodePath_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/DOMNode_getNodePath_basic.phpt')
-rw-r--r--ext/dom/tests/DOMNode_getNodePath_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMNode_getNodePath_basic.phpt b/ext/dom/tests/DOMNode_getNodePath_basic.phpt
index 7c14ffab90..b422a5dbef 100644
--- a/ext/dom/tests/DOMNode_getNodePath_basic.phpt
+++ b/ext/dom/tests/DOMNode_getNodePath_basic.phpt
@@ -14,6 +14,6 @@ foreach($nodes as $node) {
var_dump($node->getNodePath());
}
?>
---EXPECTF--
+--EXPECT--
string(20) "/books/book[1]/title"
string(20) "/books/book[2]/title"