Skip to content

Commit 7198474

Browse files
committed
SOAP module
1 parent 385045a commit 7198474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/Codeception/Module/SoapTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function setUp() {
1919
$this->layout = \Codeception\Configuration::dataDir().'/xml/layout.xml';
2020
$this->module->client = Stub::makeEmpty('\Behat\Mink\Driver\Goutte\Client');
2121
$this->module->_before(Stub::makeEmpty('\Codeception\TestCase\Cest'));
22+
$this->module->is_functional = true;
2223
}
2324

2425
public function testXmlIsBuilt() {

0 commit comments

Comments
 (0)