Skip to content

Commit a9c7c5b

Browse files
committed
ACP2E-4100: Regular price is not visible, even though a special price is applied.
1 parent 22bc2a9 commit a9c7c5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Pricing/Price/SpecialPriceBulkResolverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
use PHPUnit\Framework\MockObject\MockObject;
2222
use PHPUnit\Framework\TestCase;
2323

24+
/**
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26+
*/
2427
class SpecialPriceBulkResolverTest extends TestCase
2528
{
2629
/**

0 commit comments

Comments
 (0)