Commit:    a5e606a2bae9fe3ed99a8d45ccfcd5b1efa73036
Author:    Nikita Popov <ni...@php.net>         Thu, 28 Mar 2013 19:05:06 +0100
Parents:   15994a14a469d8b3e5588329f7c878bc64a7e2b3
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=a5e606a2bae9fe3ed99a8d45ccfcd5b1efa73036

Log:
Fix SOAP test

Doesn't look like these warnings are present anymore.

Changed paths:
  M  ext/soap/tests/bugs/bug34657.phpt


Diff:
diff --git a/ext/soap/tests/bugs/bug34657.phpt 
b/ext/soap/tests/bugs/bug34657.phpt
index d974d02..b9c36ae 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to