From bb09dad9d06b9cc66d8dad75f07cde19907155c1 Mon Sep 17 00:00:00 2001 From: George Schlossnagle Date: Mon, 10 Oct 2005 16:02:20 +0000 Subject: [PATCH] remove potentially bogus test --- ext/soap/tests/schema/schema081.phpt | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 ext/soap/tests/schema/schema081.phpt 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 -- 2.50.1