Skip to content

Commit 801b428

Browse files
committed
1 parent 3eed731 commit 801b428

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
@@ -122,10 +122,10 @@ public function testCollect()
122122
*/
123123
public function testFullDiscountWithDeltaRoundingFix()
124124
{
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'];
129129

130130
/** @var \Magento\Framework\ObjectManagerInterface $objectManager */
131131
$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)