13         SetupUtil::CONFIG_OVERRIDES => [
    14             Config::CONFIG_XML_PATH_APPLY_AFTER_DISCOUNT => 1,
    15             Config::CONFIG_XML_PATH_PRICE_INCLUDES_TAX => 1,
    16             Config::XML_PATH_ALGORITHM => Calculation::CALC_UNIT_BASE,
    18         SetupUtil::TAX_RATE_OVERRIDES => [
    19             SetupUtil::TAX_RATE_TX => 20,
    20             SetupUtil::TAX_STORE_RATE => 20,
    22         SetupUtil::TAX_RULE_OVERRIDES => [
    26         'billing_address' => [
    27             'region_id' => SetupUtil::REGION_TX,
    29         'shipping_address' => [
    30             'region_id' => SetupUtil::REGION_TX,
    40     'expected_results' => [
    43             'base_subtotal' => 16.64,
    44             'subtotal_incl_tax' => 19.98,
    45             'base_subtotal_incl_tax' => 19.98,
    47             'base_tax_amount' => 3.34,
    48             'shipping_amount' => 0,
    49             'base_shipping_amount' => 0,
    50             'shipping_incl_tax' => 0,
    51             'base_shipping_incl_tax' => 0,
    52             'shipping_taxable' => 0,
    53             'base_shipping_taxable' => 0,
    54             'shipping_tax_amount' => 0,
    55             'base_shipping_tax_amount' => 0,
    56             'discount_amount' => 0,
    57             'base_discount_amount' => 0,
    58             'discount_tax_compensation_amount' => 0,
    59             'base_discount_tax_compensation_amount' => 0,
    60             'shipping_discount_tax_compensation_amount' => 0,
    61             'base_shipping_discount_tax_compensation_amount' => 0,
    62             'grand_total' => 19.98,
    63             'base_grand_total' => 19.98,
    68                 'base_row_total' => 16.64,
    72                 'price_incl_tax' => 9.99,
    73                 'base_price_incl_tax' => 9.99,
    74                 'row_total_incl_tax' => 19.98,
    75                 'base_row_total_incl_tax' => 19.98,
    77                 'base_tax_amount' => 3.34,
    78                 'discount_amount' => 0,
    79                 'base_discount_amount' => 0,
    80                 'discount_percent' => 0,
    81                 'discount_tax_compensation_amount' => 0,
    82                 'base_discount_tax_compensation_amount' => 0,
 
$taxCalculationData['including_tax_unit']