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 6b32ec7 commit 3ec56ccCopy full SHA for 3ec56cc
tests/unit/Codeception/Module/SoapTest.php
@@ -14,7 +14,7 @@ class SoapTest extends \PHPUnit_Framework_TestCase
14
protected $layout;
15
16
public function setUp() {
17
- $this->module = new \Codeception\Module\SOAP();
+ $this->module = new \Codeception\Module\SOAP(make_container());
18
$this->module->_setConfig(array('schema' => 'http://www.w3.org/2001/xml.xsd', 'endpoint' => 'http://codeception.com/api/wsdl'));
19
$this->layout = \Codeception\Configuration::dataDir().'/xml/layout.xml';
20
$this->module->client = Stub::makeEmpty('\Codeception\Lib\Connector\Universal');
0 commit comments