Skip to content

Commit 10fe185

Browse files
committed
AC-10659: Category Products Grid > Status & Visibility Columns are empty when sorting by name
1 parent daf155a commit 10fe185

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Category/Tab/ProductBlockPrepareCollectionTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
use PHPUnit\Framework\MockObject\MockObject;
2121
use Magento\Framework\Math\Random;
2222

23+
/**
24+
* Class for product collection tests
25+
*
26+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27+
*/
2328
class ProductBlockPrepareCollectionTest extends TestCase
2429
{
2530
/**

0 commit comments

Comments
 (0)