Skip to content

Commit a497ed2

Browse files
committed
[BUGFIX] - Fixed static test failures
1 parent 4f4745e commit a497ed2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSelectedShippingMethodTest.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,18 @@ public function testGetSelectedShippingMethodWithTax(): void
103103
}
104104

105105
/**
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+
*/
118118
public function testGetSelectedShippingMethodWithAddressWithoutTax(): void
119119
{
120120
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');

0 commit comments

Comments
 (0)