Skip to content

Commit 1550163

Browse files
committed
Util splitt to Util and Lib
1 parent 045b129 commit 1550163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function _before(\Codeception\TestCase $test)
6060
if (!strpos($this->config['endpoint'], '://')) {
6161
// not valid url
6262
foreach ($this->getModules() as $module) {
63-
if ($module instanceof \Codeception\Util\Framework) {
63+
if ($module instanceof \Codeception\Lib\Framework) {
6464
$this->client = $module->client;
6565
$this->is_functional = true;
6666
break;

0 commit comments

Comments
 (0)