summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMDocument_loadXML_variation1.phpt
diff options
context:
space:
mode:
authorAntonio Diaz Ruiz <dejalatele@gmail.com>2013-06-24 22:39:27 +0200
committerStanislav Malyshev <stas@php.net>2013-08-10 18:02:00 -0700
commit5f5ff92bc0c96ecc1d6b9e3bd7ec5fbc0aef7a8d (patch)
tree5f2807461614841662dfd29b97dcafcdaece7850 /ext/dom/tests/DOMDocument_loadXML_variation1.phpt
parent24f36934ad4b9d00a4c96da252497a4091bb28e6 (diff)
downloadphp-git-5f5ff92bc0c96ecc1d6b9e3bd7ec5fbc0aef7a8d.tar.gz
Adds 2 new xml files which include the dtd path relative to the base directory for the php source code.
It fixs the fail on the load of the dtd in the tests modified by this commit.
Diffstat (limited to 'ext/dom/tests/DOMDocument_loadXML_variation1.phpt')
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMDocument_loadXML_variation1.phpt b/ext/dom/tests/DOMDocument_loadXML_variation1.phpt
index eb5c693e42..558137526f 100644
--- a/ext/dom/tests/DOMDocument_loadXML_variation1.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_variation1.phpt
@@ -13,7 +13,7 @@ assert.bail=true
--SKIPIF--
<?php include('skipif.inc'); ?>
--ENV--
-XML_FILE=/book_with_dtd.xml
+XML_FILE=/book_with_dtd2.xml
LOAD_OPTIONS=LIBXML_DTDLOAD
EXPECTED_RESULT=1
--FILE_EXTERNAL--