Skip to content

Commit 9002701

Browse files
committed
MAGETWO-91814: Scheduled Update to existing Group Price / Special Price removes the previously configured price, or results in changes not being saved
1 parent 4268891 commit 9002701

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Attribute/Backend/TierPrice/SaveHandlerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* Unit tests for \Magento\Catalog\Model\Product\Attribute\Backend\TierPrice\SaveHandler
20+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2021
*/
2122
class SaveHandlerTest extends \PHPUnit\Framework\TestCase
2223
{

app/code/Magento/Catalog/Test/Unit/Model/Attribute/Backend/TierPrice/UpdateHandlerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* Unit tests for \Magento\Catalog\Model\Product\Attribute\Backend\TierPrice\UpdateHandler
20+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2021
*/
2122
class UpdateHandlerTest extends \PHPUnit\Framework\TestCase
2223
{

0 commit comments

Comments
 (0)