@@ -13,6 +13,11 @@ |
||
13 | 13 | } |
14 | 14 | } |
15 | 15 | |
16 | + /** |
|
17 | + * @param string $queue |
|
18 | + * @param string $type |
|
19 | + * @param \PHPUnit_Framework_MockObject_Matcher_InvokedCount $called |
|
20 | + */ |
|
16 | 21 | protected function getMockQueue($queue, $type, $called = null) |
17 | 22 | { |
18 | 23 | $methods = array('createAndPublish'); |