| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 17 | protected function getConsumer()  | 
            ||
| 18 |     { | 
            ||
| 19 | return new Consumer(  | 
            ||
| 20 |             $this->getMockBuilder('\PhpAmqpLib\Connection\AMQPStreamConnection') | 
            ||
| 21 | ->disableOriginalConstructor()  | 
            ||
| 22 | ->getMock(),  | 
            ||
| 23 |             $this->getMockBuilder('\PhpAmqpLib\Channel\AMQPChannel') | 
            ||
| 24 | ->disableOriginalConstructor()  | 
            ||
| 25 | ->getMock()  | 
            ||
| 26 | );  | 
            ||
| 38 |