Skip to content

Commit e2e4169

Browse files
author
Davert
committed
amqp module updated and module stability docs added
1 parent 0604a0d commit e2e4169

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@
1010
* If a endpoint is a full url then it uses PHPBrowser.
1111
*
1212
* ### Using Inside Framework
13+
*
1314
* Please note, that PHP SoapServer::handle method sends additional headers.
1415
* This may trigger warning: "Cannot modify header information"
1516
* If you use PHP SoapServer with framework, try to block call to this method in testing environment.
1617
*
18+
* ## Status
19+
*
20+
* * Maintainer: **davert**
21+
* * stability: stable
22+
* * Contact: [email protected]
23+
*
1724
* ## Configuration
1825
*
1926
* * endpoint *required* - soap wsdl endpoint

0 commit comments

Comments
 (0)