summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMDocument_validate_external_dtd.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/DOMDocument_validate_external_dtd.phpt')
-rw-r--r--ext/dom/tests/DOMDocument_validate_external_dtd.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMDocument_validate_external_dtd.phpt b/ext/dom/tests/DOMDocument_validate_external_dtd.phpt
index dd4ec960d2..39dd70ee88 100644
--- a/ext/dom/tests/DOMDocument_validate_external_dtd.phpt
+++ b/ext/dom/tests/DOMDocument_validate_external_dtd.phpt
@@ -16,5 +16,5 @@ $dom->substituteEntities = true;
$dom->load(dirname(__FILE__).'/dom.xml');
var_dump($dom->validate());
?>
---EXPECTF--
+--EXPECT--
bool(true)