From 0225470dc5edce4f711a2aacb945cab4d48fae25 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Wed, 23 Jul 2008 09:12:50 +0000 Subject: [PATCH] Fix tests: need simplexml --- ext/soap/tests/typemap001.phpt | 1 + ext/soap/tests/typemap003.phpt | 1 + ext/soap/tests/typemap005.phpt | 1 + ext/soap/tests/typemap007.phpt | 1 + 4 files changed, 4 insertions(+) diff --git a/ext/soap/tests/typemap001.phpt b/ext/soap/tests/typemap001.phpt index 1cb8d8507a..e8e1935b97 100755 --- a/ext/soap/tests/typemap001.phpt +++ b/ext/soap/tests/typemap001.phpt @@ -2,6 +2,7 @@ SOAP typemap 1: SoapServer support for typemap's from_xml() --SKIPIF-- + --INI-- soap.wsdl_cache_enabled=0 --FILE-- diff --git a/ext/soap/tests/typemap003.phpt b/ext/soap/tests/typemap003.phpt index a1dc01d757..7ad01a6e12 100755 --- a/ext/soap/tests/typemap003.phpt +++ b/ext/soap/tests/typemap003.phpt @@ -2,6 +2,7 @@ SOAP Typemap 3: SoapClient support for typemap's from_xml() --SKIPIF-- + --INI-- soap.wsdl_cache_enabled=0 --FILE-- diff --git a/ext/soap/tests/typemap005.phpt b/ext/soap/tests/typemap005.phpt index 2b756e2fd5..d24cd1ab4c 100755 --- a/ext/soap/tests/typemap005.phpt +++ b/ext/soap/tests/typemap005.phpt @@ -2,6 +2,7 @@ SOAP typemap 5: SoapServer support for typemap's from_xml() (without WSDL) --SKIPIF-- + --INI-- soap.wsdl_cache_enabled=0 --FILE-- diff --git a/ext/soap/tests/typemap007.phpt b/ext/soap/tests/typemap007.phpt index 189b1c079b..52c3c610c6 100755 --- a/ext/soap/tests/typemap007.phpt +++ b/ext/soap/tests/typemap007.phpt @@ -2,6 +2,7 @@ SOAP Typemap 7: SoapClient support for typemap's from_xml() (without WSDL) --SKIPIF-- + --INI-- soap.wsdl_cache_enabled=0 --FILE-- -- 2.50.1