From: Dmitry Stogov Date: Mon, 26 Feb 2007 16:20:14 +0000 (+0000) Subject: Fixed tests X-Git-Tag: RELEASE_1_0_1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76fb780f6310752c668d8c9a0a0e8f7748d9e9bc;p=php Fixed tests --- diff --git a/ext/soap/tests/bugs/bug40609.phpt b/ext/soap/tests/bugs/bug40609.phpt index b6349c21f3..198afc511e 100755 --- a/ext/soap/tests/bugs/bug40609.phpt +++ b/ext/soap/tests/bugs/bug40609.phpt @@ -8,7 +8,7 @@ soap.wsdl_cache_enabled=0 1,' exceptions' => 0)); +$c = new SoapClient(dirname(__FILE__)."/bug40609.wsdl", array('trace' => 1, 'exceptions' => 0)); $c->update(array('symbol' => new SoapVar("MSFT", XSD_ANYXML), 'price' => new SoapVar("1000", XSD_ANYXML))); diff --git a/ext/soap/tests/bugs/bug40609.wsdl b/ext/soap/tests/bugs/bug40609.wsdl index d396d06f32..0792e90b3f 100755 --- a/ext/soap/tests/bugs/bug40609.wsdl +++ b/ext/soap/tests/bugs/bug40609.wsdl @@ -23,4 +23,4 @@ - \ No newline at end of file + \ No newline at end of file