diff options
Diffstat (limited to 'ext/dom/tests/DOMNode_insertBefore_error5.phpt')
| -rw-r--r-- | ext/dom/tests/DOMNode_insertBefore_error5.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/tests/DOMNode_insertBefore_error5.phpt b/ext/dom/tests/DOMNode_insertBefore_error5.phpt index 36cc557579..831af94c02 100644 --- a/ext/dom/tests/DOMNode_insertBefore_error5.phpt +++ b/ext/dom/tests/DOMNode_insertBefore_error5.phpt @@ -2,8 +2,8 @@ Test DOMNode::insertBefore() check the error code DOM_NOT_FOUND is raised --DESCRIPTION-- DOMNode::insertBefore(newNode, [refNode]) -DOM_NOT_FOUND is raised if refnode is not a child -This test checks the error message is raised when the refnode is a descendant but not a child +DOM_NOT_FOUND is raised if refnode is not a child +This test checks the error message is raised when the refnode is a descendant but not a child --CREDITS-- Antonio Diaz Ruiz <dejalatele@gmail.com> --INI-- |
