@@ -80,15 +80,19 @@ protected function setUp()
8080 }
8181
8282 /**
83+ * @magentoConfigFixture default_store carriers/flatrate/active 1
84+ * @magentoConfigFixture default_store payment/braintree/active 1
85+ * @magentoConfigFixture default_store payment/braintree/environment sandbox
86+ * @magentoConfigFixture default_store payment/braintree/merchant_id def_merchant_id
87+ * @magentoConfigFixture default_store payment/braintree/public_key def_public_key
88+ * @magentoConfigFixture default_store payment/braintree/private_key def_private_key
8389 * @magentoApiDataFixture Magento/Customer/_files/customer.php
8490 * @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
85- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
8691 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
8792 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
8893 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
8994 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
9095 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
91- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
9296 */
9397 public function testPlaceOrder ()
9498 {
@@ -113,15 +117,20 @@ public function testPlaceOrder()
113117 }
114118
115119 /**
120+ * @magentoConfigFixture default_store carriers/flatrate/active 1
121+ * @magentoConfigFixture default_store payment/braintree/active 1
122+ * @magentoConfigFixture default_store payment/braintree_cc_vault/active 1
123+ * @magentoConfigFixture default_store payment/braintree/environment sandbox
124+ * @magentoConfigFixture default_store payment/braintree/merchant_id def_merchant_id
125+ * @magentoConfigFixture default_store payment/braintree/public_key def_public_key
126+ * @magentoConfigFixture default_store payment/braintree/private_key def_private_key
116127 * @magentoApiDataFixture Magento/Customer/_files/customer.php
117128 * @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
118- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
119129 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
120130 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
121131 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
122132 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
123133 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
124- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
125134 */
126135 public function testPlaceOrderSaveInVault ()
127136 {
@@ -153,15 +162,20 @@ public function testPlaceOrderSaveInVault()
153162 }
154163
155164 /**
165+ * @magentoConfigFixture default_store carriers/flatrate/active 1
166+ * @magentoConfigFixture default_store payment/braintree/active 1
167+ * @magentoConfigFixture default_store payment/braintree_cc_vault/active 1
168+ * @magentoConfigFixture default_store payment/braintree/environment sandbox
169+ * @magentoConfigFixture default_store payment/braintree/merchant_id def_merchant_id
170+ * @magentoConfigFixture default_store payment/braintree/public_key def_public_key
171+ * @magentoConfigFixture default_store payment/braintree/private_key def_private_key
156172 * @magentoApiDataFixture Magento/Customer/_files/customer.php
157173 * @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
158- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
159174 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
160175 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
161176 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
162177 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
163178 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
164- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
165179 * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/token.php
166180 */
167181 public function testPlaceOrderWithVault ()
@@ -184,15 +198,20 @@ public function testPlaceOrderWithVault()
184198 }
185199
186200 /**
201+ * @magentoConfigFixture default_store carriers/flatrate/active 1
202+ * @magentoConfigFixture default_store payment/braintree/active 1
203+ * @magentoConfigFixture default_store payment/braintree_cc_vault/active 1
204+ * @magentoConfigFixture default_store payment/braintree/environment sandbox
205+ * @magentoConfigFixture default_store payment/braintree/merchant_id def_merchant_id
206+ * @magentoConfigFixture default_store payment/braintree/public_key def_public_key
207+ * @magentoConfigFixture default_store payment/braintree/private_key def_private_key
187208 * @magentoApiDataFixture Magento/Customer/_files/customer.php
188209 * @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
189- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
190210 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
191211 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
192212 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
193213 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
194214 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
195- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
196215 * @dataProvider dataProviderTestSetPaymentMethodInvalidInput
197216 * @expectedException \Exception
198217 * @param string $methodCode
@@ -211,15 +230,20 @@ public function testSetPaymentMethodInvalidInput(string $methodCode)
211230 }
212231
213232 /**
233+ * @magentoConfigFixture default_store carriers/flatrate/active 1
234+ * @magentoConfigFixture default_store payment/braintree/active 1
235+ * @magentoConfigFixture default_store payment/braintree_cc_vault/active 1
236+ * @magentoConfigFixture default_store payment/braintree/environment sandbox
237+ * @magentoConfigFixture default_store payment/braintree/merchant_id def_merchant_id
238+ * @magentoConfigFixture default_store payment/braintree/public_key def_public_key
239+ * @magentoConfigFixture default_store payment/braintree/private_key def_private_key
214240 * @magentoApiDataFixture Magento/Customer/_files/customer.php
215241 * @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
216- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
217242 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
218243 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
219244 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
220245 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
221246 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
222- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
223247 * @dataProvider dataProviderTestSetPaymentMethodInvalidInput
224248 * @expectedException \Exception
225249 * @param string $methodCode
0 commit comments