Skip to content

Commit 26a7fb7

Browse files
committed
Fix Static Tests failure
1 parent 478031f commit 26a7fb7

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Ui/Test/Unit/Component/Filters/Type

1 file changed

+3
-0
lines changed

app/code/Magento/Ui/Test/Unit/Component/Filters/Type/InputTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ public function testPrepare(array $data, array $filterData, ?array $expectedCond
172172
}
173173

174174
/**
175+
* SuppressWarnings was added due to the big size of data provider
176+
*
175177
* @return array
178+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
176179
*/
177180
public static function getPrepareDataProvider(): array
178181
{

0 commit comments

Comments
 (0)