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 2bb28e5 commit 1b41335Copy full SHA for 1b41335
src/Codeception/Module/SOAP.php
@@ -159,7 +159,7 @@ public function sendSoapRequest($action, $body = "")
159
$xmlBody->appendChild($call);
160
$this->debugSection("Request", $req = $xml->C14N());
161
162
- if ($this->is_functional and $this->config['framework_collect_buffer']) {
+ if ($this->is_functional && $this->config['framework_collect_buffer']) {
163
$response = $this->processInternalRequest($action, $req);
164
} else {
165
$response = $this->processExternalRequest($action, $req);
0 commit comments