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