Skip to content

Commit 4e64423

Browse files
committed
ACP2E-3387: [Cloud] Magento: queue message has been deleted
1 parent 1c49c8c commit 4e64423

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/MysqlMq/Test/Unit/Model/ResourceModel

1 file changed

+3
-1
lines changed

app/code/Magento/MysqlMq/Test/Unit/Model/ResourceModel/QueueTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,12 @@ function ($arg1, $arg2) use ($tableNames) {
171171

172172
/**
173173
* Test for getMessages method.
174+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
175+
* @SuppressWarnings(PHPMD.NPathComplexity)
174176
*
175177
* @return void
176178
*/
177-
public function testGetMessages()
179+
public function testGetMessages(): void
178180
{
179181
$limit = 100;
180182
$queueName = 'queueName0';

0 commit comments

Comments
 (0)