diff options
Diffstat (limited to 'ext/soap/tests/soap12/T69.phpt')
-rw-r--r-- | ext/soap/tests/soap12/T69.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/soap12/T69.phpt b/ext/soap/tests/soap12/T69.phpt index 0fb02dec06..8a64745f95 100644 --- a/ext/soap/tests/soap12/T69.phpt +++ b/ext/soap/tests/soap12/T69.phpt @@ -8,7 +8,7 @@ $HTTP_RAW_POST_DATA = <<<EOF <?xml version='1.0' ?> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> <env:Header> - <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk> + <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk> </env:Header> </env:Envelope> EOF; |