Skip to content

Commit d005dfe

Browse files
committed
REST and SOAP modules added
1 parent 06b95de commit d005dfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/Codeception/Module/SoapTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +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('\Behat\Mink\Driver\Goutte\Client');
21-
$this->module->_before(Stub::makeEmpty('\Codeception\TestCase\Cest'));
20+
$this->module->client = \Codeception\Util\Connector\Universal();
2221
$this->module->is_functional = true;
2322
}
2423

0 commit comments

Comments
 (0)