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 @@ -138,10 +138,10 @@ public function testCollect()
138138 */
139139 public function testFullDiscountWithDeltaRoundingFix ()
140140 {
141- global $ fullTaxDiscountWithTax ;
142- $ configData = $ fullTaxDiscountWithTax ['config_data ' ];
143- $ quoteData = $ fullTaxDiscountWithTax ['quote_data ' ];
144- $ expectedResults = $ fullTaxDiscountWithTax ['expected_result ' ];
141+ global $ fullDiscountIncTax ;
142+ $ configData = $ fullDiscountIncTax ['config_data ' ];
143+ $ quoteData = $ fullDiscountIncTax ['quote_data ' ];
144+ $ expectedResults = $ fullDiscountIncTax ['expected_result ' ];
145145
146146 /** @var \Magento\Framework\ObjectManagerInterface $objectManager */
147147 $ objectManager = Bootstrap::getObjectManager ();
Original file line number Diff line number Diff line change 66use Magento \Tax \Model \Config ;
77use Magento \Tax \Model \Sales \Total \Quote \SetupUtil ;
88
9- $ fullTaxDiscountWithTax = [
9+ $ fullDiscountIncTax = [
1010 'config_data ' => [
1111 'config_overrides ' => [
1212 Config::CONFIG_XML_PATH_APPLY_AFTER_DISCOUNT => 0 ,
You can’t perform that action at this time.
0 commit comments