From: Nikita Popov Date: Thu, 28 Mar 2013 18:05:06 +0000 (+0100) Subject: Fix SOAP test X-Git-Tag: php-5.6.0alpha1~448^2~61^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5e606a2bae9fe3ed99a8d45ccfcd5b1efa73036;p=php Fix SOAP test Doesn't look like these warnings are present anymore. --- diff --git a/ext/soap/tests/bugs/bug34657.phpt b/ext/soap/tests/bugs/bug34657.phpt index d974d02cc6..b9c36aee70 100644 --- a/ext/soap/tests/bugs/bug34657.phpt +++ b/ext/soap/tests/bugs/bug34657.phpt @@ -25,11 +25,6 @@ try { } ?> --EXPECTF-- -Warning: SoapClient::SoapClient(): %s %sbug34657.php on line 3 - -Warning: SoapClient::SoapClient(http://i_dont_exist.com/some.wsdl): failed to open stream: %sbug34657.php on line 3 - -Warning: SoapClient::SoapClient(): I/O warning : failed to load external entity "http://i_dont_exist.com/some.wsdl" in %sbug34657.php on line 3 SoapFault SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl'%S ok