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 b2bfe37 commit 4172ea6Copy full SHA for 4172ea6
src/Codeception/Module/SOAP.php
@@ -3,7 +3,7 @@
3
4
use Codeception\Lib\Interfaces\DependsOnModule;
5
use Codeception\Module as CodeceptionModule;
6
-use Codeception\TestCase;
+use Codeception\Testable;
7
use Codeception\Exception\ModuleException;
8
use Codeception\Exception\ModuleRequireException;
9
use Codeception\Lib\Framework;
@@ -87,7 +87,7 @@ class SOAP extends CodeceptionModule implements DependsOnModule
87
*/
88
protected $connectionModule;
89
90
- public function _before(TestCase $test)
+ public function _before(Testable $test)
91
{
92
$this->client = &$this->connectionModule->client;
93
$this->buildRequest();
0 commit comments