From: Moriyoshi Koizumi Date: Sun, 5 Oct 2003 13:53:16 +0000 (+0000) Subject: Fix test to make sure it can find the external xml file relatively to X-Git-Tag: RELEASE_1_3b3~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30d64ecc3e8128ac3b6c6d5f4806acd7a6a517e3;p=php Fix test to make sure it can find the external xml file relatively to the script file. --- diff --git a/ext/simplexml/tests/bug24392.phpt b/ext/simplexml/tests/bug24392.phpt index 7ba12542ad..0d654196d4 100644 --- a/ext/simplexml/tests/bug24392.phpt +++ b/ext/simplexml/tests/bug24392.phpt @@ -1,13 +1,13 @@ --TEST-- -Bug #24392: empty namespaces causing confusion +Bug #24392 (empty namespaces causing confusion) --SKIPIF-- - + --POST-- --GET-- --INI-- --FILE-- item as $item) { echo $item->title . "\n"; }