summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug41337.phpt
blob: cd777d1dea34279543f9ce602b3b13994dc46f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
ini_set("soap.wsdl_cache_enabled",0);
$client = new SoapClient(dirname(__FILE__)."/bug41337.wsdl");
echo "ok\n";
?>
--EXPECT--
ok