Skip to content

Commit e9614d6

Browse files
committed
updated tests
1 parent 4172ea6 commit e9614d6

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
@@ -22,7 +22,7 @@ public function setUp() {
2222
$this->module->_setConfig(array('schema' => 'http://www.w3.org/2001/xml.xsd', 'endpoint' => 'http://codeception.com/api/wsdl'));
2323
$this->layout = \Codeception\Configuration::dataDir().'/xml/layout.xml';
2424
$this->module->isFunctional = true;
25-
$this->module->_before(Stub::makeEmpty('\Codeception\TestCase\Cept'));
25+
$this->module->_before(Stub::makeEmpty('\Codeception\Test\Format\Cept'));
2626
$this->module->client = Stub::makeEmpty('\Codeception\Lib\Connector\Universal');
2727
}
2828

0 commit comments

Comments
 (0)