File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
dev/tests/integration/testsuite/Magento/Tax Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,10 @@ public function testCollect()
122
122
*/
123
123
public function testFullDiscountWithDeltaRoundingFix ()
124
124
{
125
- global $ fullTaxDiscountWithTax ;
126
- $ configData = $ fullTaxDiscountWithTax ['config_data ' ];
127
- $ quoteData = $ fullTaxDiscountWithTax ['quote_data ' ];
128
- $ expectedResults = $ fullTaxDiscountWithTax ['expected_result ' ];
125
+ global $ fullDiscountIncTax ;
126
+ $ configData = $ fullDiscountIncTax ['config_data ' ];
127
+ $ quoteData = $ fullDiscountIncTax ['quote_data ' ];
128
+ $ expectedResults = $ fullDiscountIncTax ['expected_result ' ];
129
129
130
130
/** @var \Magento\Framework\ObjectManagerInterface $objectManager */
131
131
$ objectManager = Bootstrap::getObjectManager ();
Original file line number Diff line number Diff line change 6
6
use Magento \Tax \Model \Config ;
7
7
use Magento \Tax \Model \Sales \Total \Quote \SetupUtil ;
8
8
9
- $ fullTaxDiscountWithTax = [
9
+ $ fullDiscountIncTax = [
10
10
'config_data ' => [
11
11
'config_overrides ' => [
12
12
Config::CONFIG_XML_PATH_APPLY_AFTER_DISCOUNT => 0 ,
You can’t perform that action at this time.
0 commit comments