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 06b95de commit d005dfeCopy full SHA for d005dfe
tests/unit/Codeception/Module/SoapTest.php
@@ -17,8 +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('\Behat\Mink\Driver\Goutte\Client');
21
- $this->module->_before(Stub::makeEmpty('\Codeception\TestCase\Cest'));
+ $this->module->client = \Codeception\Util\Connector\Universal();
22
$this->module->is_functional = true;
23
}
24
0 commit comments