We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c49c8c commit 4e64423Copy full SHA for 4e64423
app/code/Magento/MysqlMq/Test/Unit/Model/ResourceModel/QueueTest.php
@@ -171,10 +171,12 @@ function ($arg1, $arg2) use ($tableNames) {
171
172
/**
173
* Test for getMessages method.
174
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
175
+ * @SuppressWarnings(PHPMD.NPathComplexity)
176
*
177
* @return void
178
*/
- public function testGetMessages()
179
+ public function testGetMessages(): void
180
{
181
$limit = 100;
182
$queueName = 'queueName0';
0 commit comments