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 045b129 commit 1550163Copy full SHA for 1550163
src/Codeception/Module/SOAP.php
@@ -60,7 +60,7 @@ public function _before(\Codeception\TestCase $test)
60
if (!strpos($this->config['endpoint'], '://')) {
61
// not valid url
62
foreach ($this->getModules() as $module) {
63
- if ($module instanceof \Codeception\Util\Framework) {
+ if ($module instanceof \Codeception\Lib\Framework) {
64
$this->client = $module->client;
65
$this->is_functional = true;
66
break;
0 commit comments