File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public function testGetAvailablePaymentMethods()
59
59
}
60
60
61
61
/**
62
- * @security
62
+ * _security
63
63
* @magentoApiDataFixture Magento/Customer/_files/customer.php
64
64
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
65
65
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
@@ -78,7 +78,7 @@ public function testGetAvailablePaymentMethodsFromGuestCart()
78
78
}
79
79
80
80
/**
81
- * @security
81
+ * _security
82
82
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
83
83
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
84
84
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function testGetCart()
63
63
}
64
64
65
65
/**
66
- * @security
66
+ * _security
67
67
* @magentoApiDataFixture Magento/Customer/_files/customer.php
68
68
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
69
69
*/
@@ -79,7 +79,7 @@ public function testGetGuestCart()
79
79
}
80
80
81
81
/**
82
- * @security
82
+ * _security
83
83
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
84
84
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
85
85
*/
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ public function testSetNewBillingAddressAndFromAddressBookAtSameTime()
322
322
}
323
323
324
324
/**
325
- * @security
325
+ * _security
326
326
* @magentoApiDataFixture Magento/Customer/_files/customer.php
327
327
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
328
328
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
@@ -359,7 +359,7 @@ public function testSetBillingAddressToGuestCart()
359
359
}
360
360
361
361
/**
362
- * @security
362
+ * _security
363
363
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
364
364
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
365
365
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
@@ -394,7 +394,7 @@ public function testSetBillingAddressToAnotherCustomerCart()
394
394
}
395
395
396
396
/**
397
- * @security
397
+ * _security
398
398
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
399
399
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
400
400
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public function testSetPaymentOnNonExistentCart()
139
139
}
140
140
141
141
/**
142
- * @security
142
+ * _security
143
143
* @magentoApiDataFixture Magento/Customer/_files/customer.php
144
144
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
145
145
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
@@ -159,7 +159,7 @@ public function testSetPaymentMethodToGuestCart()
159
159
}
160
160
161
161
/**
162
- * @security
162
+ * _security
163
163
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
164
164
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
165
165
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ public function testSetNewShippingAddressAndFromAddressBookAtSameTime()
295
295
}
296
296
297
297
/**
298
- * @security
298
+ * _security
299
299
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
300
300
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
301
301
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
@@ -332,7 +332,7 @@ public function testSetShippingAddressIfCustomerIsNotOwnerOfAddress()
332
332
}
333
333
334
334
/**
335
- * @security
335
+ * _security
336
336
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
337
337
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
338
338
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function testGetAvailablePaymentMethods()
51
51
}
52
52
53
53
/**
54
- * @security
54
+ * _security
55
55
* @magentoApiDataFixture Magento/Customer/_files/customer.php
56
56
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
57
57
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function testGetCart()
55
55
}
56
56
57
57
/**
58
- * @security
58
+ * _security
59
59
* @magentoApiDataFixture Magento/Customer/_files/customer.php
60
60
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
61
61
*/
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public function testSetNewBillingAddressWithUseForShippingParameter()
162
162
}
163
163
164
164
/**
165
- * @security
165
+ * _security
166
166
* @magentoApiDataFixture Magento/Customer/_files/customer.php
167
167
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
168
168
*/
@@ -207,7 +207,7 @@ public function testSetBillingAddressToCustomerCart()
207
207
}
208
208
209
209
/**
210
- * @security
210
+ * _security
211
211
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
212
212
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
213
213
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public function testSetPaymentOnNonExistentCart()
126
126
}
127
127
128
128
/**
129
- * @security
129
+ * _security
130
130
* @magentoApiDataFixture Magento/Customer/_files/customer.php
131
131
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
132
132
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ public function testSetNewShippingAddressOnCartWithVirtualProduct()
134
134
}
135
135
136
136
/**
137
- * @security
137
+ * _security
138
138
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
139
139
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
140
140
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
@@ -170,7 +170,7 @@ public function testSetShippingAddressFromAddressBook()
170
170
}
171
171
172
172
/**
173
- * @security
173
+ * _security
174
174
* @magentoApiDataFixture Magento/Customer/_files/customer.php
175
175
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
176
176
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
You can’t perform that action at this time.
0 commit comments