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 1550163 commit e212be5Copy full SHA for e212be5
tests/unit/Codeception/Module/SoapTest.php
@@ -17,7 +17,7 @@ public function setUp() {
17
$this->module = new \Codeception\Module\SOAP();
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\Util\Connector\Universal');
+ $this->module->client = Stub::makeEmpty('\Codeception\Lib\Connector\Universal');
21
$this->module->is_functional = true;
22
$this->module->_before(Stub::makeEmpty('\Codeception\TestCase\Cept'));
23
}
0 commit comments