Skip to content

Commit d5be0aa

Browse files
committed
1 parent 17f7b77 commit d5be0aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dev/tests/integration/testsuite/Magento/Tax/Model/Sales/Total/Quote/TaxTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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();

dev/tests/integration/testsuite/Magento/Tax/_files/full_discount_with_tax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Magento\Tax\Model\Config;
77
use 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,

0 commit comments

Comments
 (0)