Skip to content

Commit 3ec56cc

Browse files
committed
fixed some failing tests due to changes in signature
1 parent 6b32ec7 commit 3ec56cc

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
@@ -14,7 +14,7 @@ class SoapTest extends \PHPUnit_Framework_TestCase
1414
protected $layout;
1515

1616
public function setUp() {
17-
$this->module = new \Codeception\Module\SOAP();
17+
$this->module = new \Codeception\Module\SOAP(make_container());
1818
$this->module->_setConfig(array('schema' => 'http://www.w3.org/2001/xml.xsd', 'endpoint' => 'http://codeception.com/api/wsdl'));
1919
$this->layout = \Codeception\Configuration::dataDir().'/xml/layout.xml';
2020
$this->module->client = Stub::makeEmpty('\Codeception\Lib\Connector\Universal');

0 commit comments

Comments
 (0)