@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Cmobi\RabbitmqBundle\Rpc\Exception\JsonRpcInternalErrorException; |
| 7 | 7 | use Cmobi\RabbitmqBundle\Rpc\Response\JsonRpcResponse; |
| 8 | 8 | use Cmobi\RabbitmqBundle\Rpc\Response\RpcResponseCollectionInterface; |
| 9 | -use Cmobi\RabbitmqBundle\Rpc\Response\RpcResponseInterface; |
|
| 10 | 9 | use PhpAmqpLib\Message\AMQPMessage; |
| 11 | 10 | |
| 12 | 11 | class BaseService implements RpcServiceInterface |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | /** |
| 20 | 20 | * @var JsonRpcResponseCollection $responses |
| 21 | 21 | */ |
| 22 | - // $responses = $this->getMockBuilder('Cmobi\RabbitmqBundle\Rpc\Response\JsonRpcResponseCollection')->getMock(); |
|
| 22 | + // $responses = $this->getMockBuilder('Cmobi\RabbitmqBundle\Rpc\Response\JsonRpcResponseCollection')->getMock(); |
|
| 23 | 23 | /** |
| 24 | 24 | * @var AMQPMessage |
| 25 | 25 | */ |