File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/FedEx Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ protected function setUp(): void
67
67
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
68
68
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
69
69
* @magentoApiDataFixture Magento/GraphQl/FedEx/_files/enable_fedex_shipping_method.php
70
+ * @magentoConfigFixture carriers/fedex/api_key TESTAPIKEY
71
+ * @magentoConfigFixture carriers/fedex/secret_key TESTSECRETKEY
70
72
*
71
73
* @dataProvider dataProviderShippingMethods
72
74
* @param string $methodCode
@@ -124,6 +126,8 @@ public function dataProviderShippingMethods(): array
124
126
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
125
127
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_canada_address.php
126
128
* @magentoApiDataFixture Magento/GraphQl/FedEx/_files/enable_fedex_shipping_method.php
129
+ * @magentoConfigFixture carriers/fedex/api_key TESTAPIKEY
130
+ * @magentoConfigFixture carriers/fedex/secret_key TESTSECRETKEY
127
131
*
128
132
* @dataProvider dataProviderShippingMethodsBasedOnCanadaAddress
129
133
* @param string $methodCode
You can’t perform that action at this time.
0 commit comments