@@ -80,15 +80,19 @@ protected function setUp()
80
80
}
81
81
82
82
/**
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
83
89
* @magentoApiDataFixture Magento/Customer/_files/customer.php
84
90
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
85
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
86
91
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
87
92
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
88
93
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
89
94
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
90
95
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
91
- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
92
96
*/
93
97
public function testPlaceOrder ()
94
98
{
@@ -113,15 +117,20 @@ public function testPlaceOrder()
113
117
}
114
118
115
119
/**
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
116
127
* @magentoApiDataFixture Magento/Customer/_files/customer.php
117
128
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
118
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
119
129
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
120
130
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
121
131
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
122
132
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
123
133
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
124
- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
125
134
*/
126
135
public function testPlaceOrderSaveInVault ()
127
136
{
@@ -153,15 +162,20 @@ public function testPlaceOrderSaveInVault()
153
162
}
154
163
155
164
/**
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
156
172
* @magentoApiDataFixture Magento/Customer/_files/customer.php
157
173
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
158
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
159
174
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
160
175
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
161
176
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
162
177
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
163
178
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
164
- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
165
179
* @magentoApiDataFixture Magento/GraphQl/Braintree/_files/token.php
166
180
*/
167
181
public function testPlaceOrderWithVault ()
@@ -184,15 +198,20 @@ public function testPlaceOrderWithVault()
184
198
}
185
199
186
200
/**
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
187
208
* @magentoApiDataFixture Magento/Customer/_files/customer.php
188
209
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
189
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
190
210
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
191
211
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
192
212
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
193
213
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
194
214
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
195
- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
196
215
* @dataProvider dataProviderTestSetPaymentMethodInvalidInput
197
216
* @expectedException \Exception
198
217
* @param string $methodCode
@@ -211,15 +230,20 @@ public function testSetPaymentMethodInvalidInput(string $methodCode)
211
230
}
212
231
213
232
/**
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
214
240
* @magentoApiDataFixture Magento/Customer/_files/customer.php
215
241
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
216
- * @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
217
242
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
218
243
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
219
244
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
220
245
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
221
246
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
222
- * @magentoApiDataFixture Magento/GraphQl/Braintree/_files/enable_braintree_payment.php
223
247
* @dataProvider dataProviderTestSetPaymentMethodInvalidInput
224
248
* @expectedException \Exception
225
249
* @param string $methodCode
0 commit comments