From: George Schlossnagle Date: Mon, 10 Oct 2005 16:02:20 +0000 (+0000) Subject: remove potentially bogus test X-Git-Tag: RELEASE_0_9_1~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb09dad9d06b9cc66d8dad75f07cde19907155c1;p=php remove potentially bogus test --- diff --git a/ext/soap/tests/schema/schema081.phpt b/ext/soap/tests/schema/schema081.phpt deleted file mode 100644 index 81f648b7c4..0000000000 --- a/ext/soap/tests/schema/schema081.phpt +++ /dev/null @@ -1,30 +0,0 @@ ---TEST-- -SOAP XML Schema 81: Deriviation by restriction from acomplex type ---SKIPIF-- - ---FILE-- - - - - - - - - - - -EOF; -test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5)); -echo "ok"; -?> ---EXPECTF-- - -123 -object(stdClass)#%d (2) { - ["int"]=> - int(123) -} -ok