Skip to content

Commit 0344e6a

Browse files
committed
Fixed tests
1 parent 1886292 commit 0344e6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/soap/tests/bugs/bug66112.phpt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ $HTTP_RAW_POST_DATA=<<<EOF
2727
</soapenv:Body>
2828
</soapenv:Envelope>
2929
EOF;
30-
echo "OK\n";
3130
$s->handle($HTTP_RAW_POST_DATA);
32-
echo "BUG\n";
31+
echo "OK\n";
3332
?>
3433
--EXPECT--
34+
<?xml version="1.0" encoding="UTF-8"?>
35+
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="uri:mist"><SOAP-ENV:Body><ns1:Response><A>ABC</A><B>sss</B></ns1:Response></SOAP-ENV:Body></SOAP-ENV:Envelope>
3536
OK

0 commit comments

Comments
 (0)