File tree 3 files changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function testGetGuestCart()
90
90
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
91
91
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_items_saved.php
92
92
*/
93
- public function testGetCartIfCustomerIsNotOwnerOfCart ()
93
+ public function testGetAnotherCustomerCart ()
94
94
{
95
95
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReversedQuoteId ('test_order_item_with_items ' );
96
96
$ query = $ this ->getCartQuery ($ maskedQuoteId );
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ public function testSetBillingAddressToGuestCart()
339
339
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
340
340
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
341
341
*/
342
- public function testSetBillingAddressIfCustomerIsNotOwnerOfCart ()
342
+ public function testSetBillingAddressToAnotherCustomerCart ()
343
343
{
344
344
$ maskedQuoteId = $ this ->assignQuoteToCustomer ('test_order_with_simple_product_without_address ' , 2 );
345
345
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public function testSetPaymentMethodToGuestCart()
137
137
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
138
138
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_address_saved.php
139
139
*/
140
- public function testSetPaymentMethodIfCustomerIsNotOwnerOfCart ()
140
+ public function testSetPaymentMethodToAnotherCustomerCart ()
141
141
{
142
142
$ methodCode = Checkmo::PAYMENT_METHOD_CHECKMO_CODE ;
143
143
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReversedQuoteId ('test_order_1 ' );
You can’t perform that action at this time.
0 commit comments