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 44
55use OldSound \RabbitMqBundle \RabbitMq \Consumer ;
66use PhpAmqpLib \Connection \AMQPLazyConnection ;
7- use Symfony \Component \DependencyInjection \ContainerBuilder ;
87
98class BaseAmqpTest extends \PHPUnit_Framework_TestCase
109{
1110 /**
12- * @expectedException \PhpAmqpLib\Exception\AMQPRuntimeException
11+ * @expectedException \ErrorException
1312 */
1413 public function testLazyConnection ()
1514 {
Original file line number Diff line number Diff line change 1414 "symfony/config" : " ~2.3" ,
1515 "symfony/yaml" : " ~2.3" ,
1616 "symfony/console" : " ~2.3" ,
17- "videlalvaro/php-amqplib" : " ~2.5.0 "
17+ "videlalvaro/php-amqplib" : " ~2.6 "
1818 },
1919 "suggest" : {
2020 "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