Annotation of embedaddon/php/ext/soap/tests/bugs/bug41337.phpt, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>