Skip to content

Commit a2df13f

Browse files
author
Valeriy Nayda
committed
MAGETWO-51716: [Performance Bug] Build all layered nav filters on every search query regardless of result set
- fix static tests
1 parent 949c31f commit a2df13f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Aggregation/AggregationResolverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
use Magento\Framework\Search\RequestInterface;
1818
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
1919

20+
/**
21+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22+
*/
2023
class AggregationResolverTest extends \PHPUnit_Framework_TestCase
2124
{
2225
/**

0 commit comments

Comments
 (0)