Completed
Push — master ( 166fc0...765fa7 )
by
unknown
13:29
created
Tests/Backend/AMQPBackendDispatcherTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -13,6 +13,11 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.