summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.inc')
-rw-r--r--ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.inc b/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.inc
deleted file mode 100644
index 2e56d1897a..0000000000
--- a/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-class SOAP_Interop_GroupD {
-
- function echoString($inputString)
- {
- return $inputString;
- }
-
-}
-
-$server = new SoapServer(dirname(__FILE__)."/round3_groupD_import1.wsdl");
-$server->setClass("SOAP_Interop_GroupD");
-$server->handle();
-?> \ No newline at end of file