Skip to content

Commit b5a8084

Browse files
committed
SOAP test fixed
1 parent 7fdafb1 commit b5a8084

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
@@ -14,7 +14,7 @@ class SoapTest extends \PHPUnit_Framework_TestCase
1414
protected $layout;
1515

1616
public function setUp() {
17-
$this->module = new \Codeception\Module\Soap();
17+
$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';
2020
$this->module->client = Stub::makeEmpty('\Codeception\Util\Connector\Universal');

0 commit comments

Comments
 (0)