From 3a0de243c389af40c703e0ef018d8f95f6eab563 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 22 May 2019 11:41:51 +0200 Subject: Use a different URL in bug44811.phpt --- ext/soap/tests/bugs/bug44811.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/soap/tests/bugs/bug44811.phpt b/ext/soap/tests/bugs/bug44811.phpt index 1c7605f610..08e0604100 100644 --- a/ext/soap/tests/bugs/bug44811.phpt +++ b/ext/soap/tests/bugs/bug44811.phpt @@ -8,13 +8,13 @@ soap.wsdl_cache_enabled=0 --FILE-- getMessage() . PHP_EOL; } die('ok'); ?> --EXPECTF-- -SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://slashdot.org' : %s +SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://php.net' : %s ok -- cgit v1.2.1