From 6e668453ac628cefcfc20a70e72fa13349ff29b8 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 8 Jun 2011 23:30:02 +0000 Subject: [PATCH] Fixed test --- ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt b/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt index 403e01aa76..a02da0f0fd 100644 --- a/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt +++ b/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt @@ -39,6 +39,10 @@ validateOnParse set to FALSE: No Error Report Above validateOnParse set to TRUE: +Warning: DOMDocument::loadXML(): Entity 'nbsp' not defined in Entity, line: %d in %s on line %d + +Warning: DOMDocument::loadXML(): Entity 'copy' not defined in Entity, line: %d in %s on line %d + Warning: DOMDocument::loadXML(): No declaration for element NYPHP in Entity, line: %d in %s on line %d Warning: DOMDocument::loadXML(): Element from was declared #PCDATA but contains non text nodes in Entity, line: %d in %s on line %d -- 2.50.1