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 385045a commit 7198474Copy full SHA for 7198474
tests/unit/Codeception/Module/SoapTest.php
@@ -19,6 +19,7 @@ public function setUp() {
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'));
22
+ $this->module->is_functional = true;
23
}
24
25
public function testXmlIsBuilt() {
0 commit comments