Skip to content

Commit 4c5884a

Browse files
committed
ACP2E-1961: Cron job aggregate_sales_report_bestsellers_data is slow and affects on performance
- fixed static
1 parent 2d89cea commit 4c5884a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Report/BestsellersTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
use PHPUnit\Framework\TestCase;
2626
use Psr\Log\LoggerInterface;
2727

28+
/**
29+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30+
*/
2831
class BestsellersTest extends TestCase
2932
{
3033
/**

0 commit comments

Comments
 (0)