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 4172ea6 commit e9614d6Copy full SHA for e9614d6
tests/unit/Codeception/Module/SoapTest.php
@@ -22,7 +22,7 @@ public function setUp() {
22
$this->module->_setConfig(array('schema' => 'http://www.w3.org/2001/xml.xsd', 'endpoint' => 'http://codeception.com/api/wsdl'));
23
$this->layout = \Codeception\Configuration::dataDir().'/xml/layout.xml';
24
$this->module->isFunctional = true;
25
- $this->module->_before(Stub::makeEmpty('\Codeception\TestCase\Cept'));
+ $this->module->_before(Stub::makeEmpty('\Codeception\Test\Format\Cept'));
26
$this->module->client = Stub::makeEmpty('\Codeception\Lib\Connector\Universal');
27
}
28
0 commit comments