Completed
Push — 3.x ( f365c7...cebab9 )
by Grégoire
12:38
created
Tests/Backend/AMQPBackendTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -219,6 +219,12 @@
 block discarded – undo
219 219
         $backend->getIterator();
220 220
     }
221 221
 
222
+    /**
223
+     * @param string $deadLetterExchange
224
+     * @param string $deadLetterRoutingKey
225
+     * @param integer $ttl
226
+     * @param integer $prefetchCount
227
+     */
222 228
     protected function getBackendAndChannelMock($recover = false, $deadLetterExchange = null, $deadLetterRoutingKey = null, $ttl = null, $prefetchCount = null)
223 229
     {
224 230
         $backend = new AMQPBackend(
Please login to merge, or discard this patch.