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 25b1494 commit f879e7fCopy full SHA for f879e7f
tests/unit/Codeception/Module/SoapTest.php
@@ -29,7 +29,7 @@ public function _setUp()
29
$this->module = new SOAP($container);
30
$this->module->_setConfig(array(
31
'schema' => 'http://www.w3.org/2001/xml.xsd',
32
- 'endpoint' => 'http://codeception.com/api/wsdl'
+ 'endpoint' => 'https://codeception.com/api/wsdl'
33
));
34
$this->module->_inject($frameworkModule);
35
0 commit comments