Skip to content

Commit f879e7f

Browse files
authored
update link (#18)
1 parent 25b1494 commit f879e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Codeception/Module/SoapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function _setUp()
2929
$this->module = new SOAP($container);
3030
$this->module->_setConfig(array(
3131
'schema' => 'http://www.w3.org/2001/xml.xsd',
32-
'endpoint' => 'http://codeception.com/api/wsdl'
32+
'endpoint' => 'https://codeception.com/api/wsdl'
3333
));
3434
$this->module->_inject($frameworkModule);
3535

0 commit comments

Comments
 (0)