Skip to content

Commit e212be5

Browse files
committed
refactoring: Util split to Util and Lib
1 parent 1550163 commit e212be5

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
@@ -17,7 +17,7 @@ public function setUp() {
1717
$this->module = new \Codeception\Module\SOAP();
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';
20-
$this->module->client = Stub::makeEmpty('\Codeception\Util\Connector\Universal');
20+
$this->module->client = Stub::makeEmpty('\Codeception\Lib\Connector\Universal');
2121
$this->module->is_functional = true;
2222
$this->module->_before(Stub::makeEmpty('\Codeception\TestCase\Cept'));
2323
}

0 commit comments

Comments
 (0)