diff options
Diffstat (limited to 'ext/soap/tests/soap12/T58.phpt')
-rw-r--r-- | ext/soap/tests/soap12/T58.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/tests/soap12/T58.phpt b/ext/soap/tests/soap12/T58.phpt index 1c3e8ba7f5..aa53985486 100644 --- a/ext/soap/tests/soap12/T58.phpt +++ b/ext/soap/tests/soap12/T58.phpt @@ -25,4 +25,3 @@ include "soap12-test.inc"; --EXPECT-- <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Receiver</env:Value></env:Code><env:Reason><env:Text>SOAP-ERROR: Encoding: Violation of encoding rules</env:Text></env:Reason></env:Fault></env:Body></env:Envelope> - |