Skip to content

Commit 7b23a26

Browse files
committed
ACP2E-964: grand_total and base_grand_total have different values, although we have only ONE currency
- updated after static tests fails
1 parent bd6f2e9 commit 7b23a26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/CartTotalRepositoryTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
use Magento\Quote\Model\Quote\Address;
3030
use Magento\TestModuleOverrideConfig\Inheritance\Fixtures\FixturesInterface;
3131

32+
/**
33+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
34+
*/
3235
class CartTotalRepositoryTest extends WebapiAbstract
3336
{
3437
/**

0 commit comments

Comments
 (0)