From: Christian Stocker Date: Mon, 27 Oct 2003 11:24:30 +0000 (+0000) Subject: interop test X-Git-Tag: RELEASE_2_0_0RC1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8063d776c2a14a55c4b03dea9d3de068120114a;p=php interop test --- diff --git a/ext/dom/tests/book.xml b/ext/dom/tests/book.xml new file mode 100644 index 0000000000..ea40508e01 --- /dev/null +++ b/ext/dom/tests/book.xml @@ -0,0 +1,10 @@ + + + The Grapes of Wrath + John Steinbeck + + + The Pearl + John Steinbeck + + diff --git a/ext/dom/tests/dom_import_simplexml.phpt b/ext/dom/tests/dom_import_simplexml.phpt new file mode 100644 index 0000000000..81744aa260 --- /dev/null +++ b/ext/dom/tests/dom_import_simplexml.phpt @@ -0,0 +1,27 @@ +--TEST-- +Interop Test: Import from SimpleXML +--SKIPIF-- + + +--FILE-- +ownerDocument->saveXML(); +?> +--EXPECT-- + + + + The Grapes of Wrath + John Steinbeck + + + The Pearl + John Steinbeck + +