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 f618952 commit d2320f9Copy full SHA for d2320f9
tests/unit/Codeception/Module/AMQPTest.php
@@ -21,7 +21,7 @@ class AMQPTest extends \PHPUnit_Framework_TestCase
21
22
public function setUp()
23
{
24
- $this->module = new \Codeception\Module\AMQP;
+ $this->module = new \Codeception\Module\AMQP(make_container());
25
$this->module->_setConfig($this->config);
26
$res = stream_socket_client('tcp://localhost:5672');
27
if ($res === false) $this->markTestSkipped('AMQP is not running');
0 commit comments