Skip to content

Commit d2320f9

Browse files
committed
fixed some failing tests due to changes in signature
1 parent f618952 commit d2320f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Codeception/Module/AMQPTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AMQPTest extends \PHPUnit_Framework_TestCase
2121

2222
public function setUp()
2323
{
24-
$this->module = new \Codeception\Module\AMQP;
24+
$this->module = new \Codeception\Module\AMQP(make_container());
2525
$this->module->_setConfig($this->config);
2626
$res = stream_socket_client('tcp://localhost:5672');
2727
if ($res === false) $this->markTestSkipped('AMQP is not running');

0 commit comments

Comments
 (0)