Skip to content

Commit 4172ea6

Browse files
committed
refactred to use metadata
1 parent b2bfe37 commit 4172ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use Codeception\Lib\Interfaces\DependsOnModule;
55
use Codeception\Module as CodeceptionModule;
6-
use Codeception\TestCase;
6+
use Codeception\Testable;
77
use Codeception\Exception\ModuleException;
88
use Codeception\Exception\ModuleRequireException;
99
use Codeception\Lib\Framework;
@@ -87,7 +87,7 @@ class SOAP extends CodeceptionModule implements DependsOnModule
8787
*/
8888
protected $connectionModule;
8989

90-
public function _before(TestCase $test)
90+
public function _before(Testable $test)
9191
{
9292
$this->client = &$this->connectionModule->client;
9393
$this->buildRequest();

0 commit comments

Comments
 (0)