@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Cmobi\RabbitmqBundle\DependencyInjection; |
| 4 | 4 | |
| 5 | -use Cmobi\RabbitmqBundle\DependencyInjection\Compiler\ConfigCachePass; |
|
| 6 | 5 | use Cmobi\RabbitmqBundle\DependencyInjection\Compiler\LogDispatcherPass; |
| 7 | 6 | use Symfony\Component\Config\FileLocator; |
| 8 | 7 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Cmobi\RabbitmqBundle\Transport\Rpc; |
| 4 | 4 | |
| 5 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPChannel; |
|
| 6 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPConnectionInterface; |
|
| 7 | 5 | use Cmobi\RabbitmqBundle\Connection\ConnectionManager; |
| 8 | 6 | use Cmobi\RabbitmqBundle\Connection\Exception\InvalidAMQPChannelException; |
| 9 | 7 | use Cmobi\RabbitmqBundle\Queue\Queue; |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Cmobi\RabbitmqBundle\Transport\Worker; |
| 4 | 4 | |
| 5 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPChannel; |
|
| 6 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPConnectionInterface; |
|
| 7 | 5 | use Cmobi\RabbitmqBundle\Connection\ConnectionManager; |
| 8 | 6 | use Cmobi\RabbitmqBundle\Connection\Exception\InvalidAMQPChannelException; |
| 9 | 7 | use Cmobi\RabbitmqBundle\Queue\Queue; |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | { |
| 46 | 46 | $subscriberBuilder = new SubscriberBuilder( |
| 47 | 47 | 'test_exchange', |
| 48 | - ExchangeType::FANOUT, |
|
| 48 | + ExchangeType::FANOUT, |
|
| 49 | 49 | $this->getConnectionManagerMock(), |
| 50 | 50 | $this->getLoggerMock(), |
| 51 | 51 | [] |