summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug50698_4.phpt
blob: aea3204661cda2c559e8a7ae38bddb39feee31a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Request #50698_4 (SoapClient should handle wsdls with some incompatible endpoints)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
new SoapClient(__DIR__ . '/bug50698_4.wsdl');
echo "ok\n";
?>
--EXPECT--
ok