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

1.1     ! misho       1: --TEST--
        !             2: Bug #44686 (SOAP-ERROR: Parsing WSDL with references)
        !             3: --SKIPIF--
        !             4: <?php require_once 'skipif.inc'; ?>
        !             5: --INI--
        !             6: soap.wsdl_cache_enabled=0
        !             7: --FILE--
        !             8: <?php
        !             9: new SoapClient(dirname(__FILE__) . "/bug44686.wsdl");
        !            10: echo "ok\n";
        !            11: ?>
        !            12: --EXPECT--
        !            13: ok
        !            14: 

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