Completed
Pull Request — master (#276)
by Maksim
01:51
created
Tests/Backend/AMQPBackendTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -305,6 +305,12 @@
 block discarded – undo
305 305
         $this->assertInstanceOf(AMQPMessageIterator::class, $iterator);
306 306
     }
307 307
 
308
+    /**
309
+     * @param string $deadLetterExchange
310
+     * @param string $deadLetterRoutingKey
311
+     * @param integer $ttl
312
+     * @param integer $prefetchCount
313
+     */
308 314
     protected function getBackendAndContextMock($recover = false, $deadLetterExchange = null, $deadLetterRoutingKey = null, $ttl = null, $prefetchCount = null)
309 315
     {
310 316
         $backend = new AMQPBackend(
Please login to merge, or discard this patch.