File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use OldSound \RabbitMqBundle \RabbitMq \Consumer ;
6
6
use PhpAmqpLib \Connection \AMQPLazyConnection ;
7
- use Symfony \Component \DependencyInjection \ContainerBuilder ;
8
7
9
8
class BaseAmqpTest extends \PHPUnit_Framework_TestCase
10
9
{
11
10
/**
12
- * @expectedException \PhpAmqpLib\Exception\AMQPRuntimeException
11
+ * @expectedException \ErrorException
13
12
*/
14
13
public function testLazyConnection ()
15
14
{
Original file line number Diff line number Diff line change 14
14
"symfony/config" : " ~2.3" ,
15
15
"symfony/yaml" : " ~2.3" ,
16
16
"symfony/console" : " ~2.3" ,
17
- "videlalvaro/php-amqplib" : " ~2.5.0 "
17
+ "videlalvaro/php-amqplib" : " ~2.6 "
18
18
},
19
19
"suggest" : {
20
20
"symfony/framework-bundle" : " To use this lib as a full Symfony Bundle and to use the profiler data collector"
You can’t perform that action at this time.
0 commit comments