Skip to content

Commit 1a0dd44

Browse files
committed
GraphQL-538: Api-functional tests fixture refactoring
1 parent 4ce4639 commit 1a0dd44

10 files changed

+18
-18
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testGetAvailablePaymentMethods()
5959
}
6060

6161
/**
62-
* @security
62+
* _security
6363
* @magentoApiDataFixture Magento/Customer/_files/customer.php
6464
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
6565
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
@@ -78,7 +78,7 @@ public function testGetAvailablePaymentMethodsFromGuestCart()
7878
}
7979

8080
/**
81-
* @security
81+
* _security
8282
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
8383
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
8484
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function testGetCart()
6363
}
6464

6565
/**
66-
* @security
66+
* _security
6767
* @magentoApiDataFixture Magento/Customer/_files/customer.php
6868
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
6969
*/
@@ -79,7 +79,7 @@ public function testGetGuestCart()
7979
}
8080

8181
/**
82-
* @security
82+
* _security
8383
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
8484
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
8585
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public function testSetNewBillingAddressAndFromAddressBookAtSameTime()
322322
}
323323

324324
/**
325-
* @security
325+
* _security
326326
* @magentoApiDataFixture Magento/Customer/_files/customer.php
327327
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
328328
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
@@ -359,7 +359,7 @@ public function testSetBillingAddressToGuestCart()
359359
}
360360

361361
/**
362-
* @security
362+
* _security
363363
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
364364
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
365365
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
@@ -394,7 +394,7 @@ public function testSetBillingAddressToAnotherCustomerCart()
394394
}
395395

396396
/**
397-
* @security
397+
* _security
398398
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
399399
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
400400
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function testSetPaymentOnNonExistentCart()
139139
}
140140

141141
/**
142-
* @security
142+
* _security
143143
* @magentoApiDataFixture Magento/Customer/_files/customer.php
144144
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
145145
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
@@ -159,7 +159,7 @@ public function testSetPaymentMethodToGuestCart()
159159
}
160160

161161
/**
162-
* @security
162+
* _security
163163
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
164164
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
165165
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function testSetNewShippingAddressAndFromAddressBookAtSameTime()
295295
}
296296

297297
/**
298-
* @security
298+
* _security
299299
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
300300
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
301301
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
@@ -332,7 +332,7 @@ public function testSetShippingAddressIfCustomerIsNotOwnerOfAddress()
332332
}
333333

334334
/**
335-
* @security
335+
* _security
336336
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
337337
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
338338
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetAvailablePaymentMethodsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testGetAvailablePaymentMethods()
5151
}
5252

5353
/**
54-
* @security
54+
* _security
5555
* @magentoApiDataFixture Magento/Customer/_files/customer.php
5656
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
5757
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetCartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testGetCart()
5555
}
5656

5757
/**
58-
* @security
58+
* _security
5959
* @magentoApiDataFixture Magento/Customer/_files/customer.php
6060
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
6161
*/

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetBillingAddressOnCartTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function testSetNewBillingAddressWithUseForShippingParameter()
162162
}
163163

164164
/**
165-
* @security
165+
* _security
166166
* @magentoApiDataFixture Magento/Customer/_files/customer.php
167167
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
168168
*/
@@ -207,7 +207,7 @@ public function testSetBillingAddressToCustomerCart()
207207
}
208208

209209
/**
210-
* @security
210+
* _security
211211
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
212212
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
213213
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetPaymentMethodOnCartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function testSetPaymentOnNonExistentCart()
126126
}
127127

128128
/**
129-
* @security
129+
* _security
130130
* @magentoApiDataFixture Magento/Customer/_files/customer.php
131131
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
132132
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetShippingAddressOnCartTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function testSetNewShippingAddressOnCartWithVirtualProduct()
134134
}
135135

136136
/**
137-
* @security
137+
* _security
138138
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
139139
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
140140
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
@@ -170,7 +170,7 @@ public function testSetShippingAddressFromAddressBook()
170170
}
171171

172172
/**
173-
* @security
173+
* _security
174174
* @magentoApiDataFixture Magento/Customer/_files/customer.php
175175
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
176176
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php

0 commit comments

Comments
 (0)