From cca899148a3d2686ddaa7a6ef73d50189e81e826 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 2395b01344..2aec2cf7be 100644 --- a/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt +++ b/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt @@ -42,6 +42,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 body content does not follow the DTD, expecting (p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | noscript | ins | del | script)*, got (div div div div div NYPHP) in Entity, line: %d in %s on line %d -- 2.50.1