diff options
Diffstat (limited to 'ext/soap/tests/soap12/T38_2.phpt')
-rw-r--r-- | ext/soap/tests/soap12/T38_2.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/tests/soap12/T38_2.phpt b/ext/soap/tests/soap12/T38_2.phpt index efff2f4db3..8408ab783f 100644 --- a/ext/soap/tests/soap12/T38_2.phpt +++ b/ext/soap/tests/soap12/T38_2.phpt @@ -6,13 +6,13 @@ SOAP 1.2: T38.2 doubleHdr <?php $HTTP_RAW_POST_DATA = <<<EOF <?xml version='1.0' ?> -<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> +<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> <env:Header> <test:echoOk xmlns:test="http://example.org/ts-tests" - env:mustUnderstand="true" + env:mustUnderstand="true" env:role="http://example.org/ts-tests/C">foo</test:echoOk> <test:echoOk xmlns:test="http://example.org/ts-tests" - env:mustUnderstand="1" + env:mustUnderstand="1" env:role="http://example.org/ts-tests/C">bar</test:echoOk> </env:Header> <env:Body> |