Skip to content

Commit 9a4d7b0

Browse files
committed
ACP2E-977: Incorrect Dashboard YTD values
1 parent 28d48a1 commit 9a4d7b0

File tree

1 file changed

+4
-0
lines changed
  • app/code/Magento/Backend/Test/Unit/Model/Dashboard/Chart

1 file changed

+4
-0
lines changed

app/code/Magento/Backend/Test/Unit/Model/Dashboard/Chart/DateTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
use PHPUnit\Framework\TestCase;
3232
use Psr\Log\LoggerInterface;
3333

34+
/**
35+
* @SuppressWarnings(PHPMD.TooManyFields)
36+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
37+
*/
3438
class DateTest extends TestCase
3539
{
3640
/**

0 commit comments

Comments
 (0)