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 fc8fcf4 commit d81c61bCopy full SHA for d81c61b
src/Codeception/Module/AMQP.php
@@ -3,7 +3,7 @@
3
4
use Codeception\Module as CodeceptionModule;
5
use Codeception\Exception\ModuleException as ModuleException;
6
-use Codeception\Testable;
+use Codeception\TestInterface;
7
use Exception;
8
use PhpAmqpLib\Channel\AMQPChannel;
9
use PhpAmqpLib\Connection\AMQPConnection;
@@ -94,7 +94,7 @@ public function _initialize()
94
}
95
96
97
- public function _before(Testable $test)
+ public function _before(TestInterface $test)
98
{
99
if ($this->config['cleanup']) {
100
$this->cleanup();
0 commit comments