Skip to content

Commit dc4f569

Browse files
NolesDavertMik
authored andcommitted
Force string for debugSection output (#3691)
1 parent a1054e0 commit dc4f569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function sendSoapRequest($action, $body = "")
229229
$response = $this->processExternalRequest($action, $req);
230230
}
231231

232-
$this->debugSection("Response", $response);
232+
$this->debugSection("Response", (string) $response);
233233
$this->xmlResponse = SoapUtils::toXml($response);
234234
$this->xmlStructure = null;
235235
}

0 commit comments

Comments
 (0)