@@ -103,18 +103,18 @@ public function testGetSelectedShippingMethodWithTax(): void
103
103
}
104
104
105
105
/**
106
- * @magentoConfigFixture default_store tax/calculation/shipping_includes_tax 1
107
- * @magentoConfigFixture default_store tax/cart_display/shipping 2
108
- * @magentoConfigFixture default_store tax/classes/shipping_tax_class 2
109
- * @magentoConfigFixture default_store tax/display/shipping 2
110
- * @magentoApiDataFixture Magento/Customer/_files/customer.php
111
- * @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
112
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
113
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
114
- * @magentoApiDataFixture Magento/Tax/_files/tax_rule_region_1_al.php
115
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_canada_address.php
116
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
117
- */
106
+ * @magentoConfigFixture default_store tax/calculation/shipping_includes_tax 1
107
+ * @magentoConfigFixture default_store tax/cart_display/shipping 2
108
+ * @magentoConfigFixture default_store tax/classes/shipping_tax_class 2
109
+ * @magentoConfigFixture default_store tax/display/shipping 2
110
+ * @magentoApiDataFixture Magento/Customer/_files/customer.php
111
+ * @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
112
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
113
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
114
+ * @magentoApiDataFixture Magento/Tax/_files/tax_rule_region_1_al.php
115
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_canada_address.php
116
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
117
+ */
118
118
public function testGetSelectedShippingMethodWithAddressWithoutTax (): void
119
119
{
120
120
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
0 commit comments