summaryrefslogtreecommitdiff
path: root/ext/soap/tests/server012.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-19 00:27:06 +0000
committerMarcus Boerger <helly@php.net>2004-01-19 00:27:06 +0000
commit3ee59febe7034deded414a07dc4a146d41ab15d0 (patch)
tree1897e2ba9a2ce34071405fcd93a24b347e92c14d /ext/soap/tests/server012.phpt
parenta5d11dc943e2f697401df3106cd55240e576dda1 (diff)
downloadphp-git-3ee59febe7034deded414a07dc4a146d41ab15d0.tar.gz
Fix test by adding expectations
Diffstat (limited to 'ext/soap/tests/server012.phpt')
-rw-r--r--ext/soap/tests/server012.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/tests/server012.phpt b/ext/soap/tests/server012.phpt
index bffcae0db5..6a697ec1a2 100644
--- a/ext/soap/tests/server012.phpt
+++ b/ext/soap/tests/server012.phpt
@@ -16,3 +16,5 @@ $server->handle();
echo "ok\n";
?>
--EXPECT--
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:apache="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:Fault xsi:type="SOAP-ENC:Struct"><faultstring xsi:type="xsd:string">WSDL generation is not supported yet</faultstring><faultcode xsi:type="xsd:string">SOAP-ENV:Server</faultcode><detail xsi:nil="1"/></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>