From 9d79a201f17c02e7e5275500e6f206d233f1efa6 Mon Sep 17 00:00:00 2001 From: George Schlossnagle Date: Mon, 10 Oct 2005 16:01:28 +0000 Subject: [PATCH] Test seems potentially bogus. --- 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