summaryrefslogtreecommitdiff
path: root/ext/soap
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-05-08 07:09:03 +0000
committerAntony Dovgal <tony2001@php.net>2008-05-08 07:09:03 +0000
commit47040f4eb0416cca9a28a6efc2efbfda039b3aca (patch)
tree4580a9c523347fb83678185b1f4f9733d662ce6d /ext/soap
parentc108f3a797a796d7e5af284b1acc3cdc1d1e0b88 (diff)
downloadphp-git-47040f4eb0416cca9a28a6efc2efbfda039b3aca.tar.gz
fix test
Diffstat (limited to 'ext/soap')
-rwxr-xr-xext/soap/tests/bugs/bug42151.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug42151.phpt b/ext/soap/tests/bugs/bug42151.phpt
index 51bb2afabc..ca3d5359de 100755
--- a/ext/soap/tests/bugs/bug42151.phpt
+++ b/ext/soap/tests/bugs/bug42151.phpt
@@ -26,6 +26,6 @@ try {
echo "ok\n";
?>
--EXPECT--
-SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://'
+SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
ok
I don't get executed either.