We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0604a0d commit e2e4169Copy full SHA for e2e4169
src/Codeception/Module/SOAP.php
@@ -10,10 +10,17 @@
10
* If a endpoint is a full url then it uses PHPBrowser.
11
*
12
* ### Using Inside Framework
13
+ *
14
* Please note, that PHP SoapServer::handle method sends additional headers.
15
* This may trigger warning: "Cannot modify header information"
16
* If you use PHP SoapServer with framework, try to block call to this method in testing environment.
17
18
+ * ## Status
19
20
+ * * Maintainer: **davert**
21
+ * * stability: stable
22
+ * * Contact: [email protected]
23
24
* ## Configuration
25
26
* * endpoint *required* - soap wsdl endpoint
0 commit comments