Skip to content

Commit 3a0de24

Browse files
committed
Use a different URL in bug44811.phpt
1 parent 7b42cdf commit 3a0de24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/soap/tests/bugs/bug44811.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ soap.wsdl_cache_enabled=0
88
--FILE--
99
<?php
1010
try {
11-
$x = new SoapClient('http://slashdot.org');
11+
$x = new SoapClient('https://php.net');
1212
} catch (SoapFault $e) {
1313
echo $e->getMessage() . PHP_EOL;
1414
}
1515
die('ok');
1616
?>
1717
--EXPECTF--
18-
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://slashdot.org' : %s
18+
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://php.net' : %s
1919

2020
ok

0 commit comments

Comments
 (0)