@@ -44,7 +44,7 @@ protected function setUp()
44
44
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
45
45
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
46
46
*/
47
- public function testGeSpecifiedBillingAddress ()
47
+ public function testGetSpecifiedBillingAddress ()
48
48
{
49
49
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
50
50
$ query = $ this ->getQuery ($ maskedQuoteId );
@@ -83,7 +83,7 @@ public function testGeSpecifiedBillingAddress()
83
83
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
84
84
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
85
85
*/
86
- public function testGeSpecifiedBillingAddressIfBillingAddressIsNotSet ()
86
+ public function testGetSpecifiedBillingAddressIfBillingAddressIsNotSet ()
87
87
{
88
88
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
89
89
$ query = $ this ->getQuery ($ maskedQuoteId );
@@ -121,7 +121,7 @@ public function testGeSpecifiedBillingAddressIfBillingAddressIsNotSet()
121
121
* @expectedException \Exception
122
122
* @expectedExceptionMessage Could not find a cart with ID "non_existent_masked_id"
123
123
*/
124
- public function testGeSpecifiedBillingAddressOfNonExistentCart ()
124
+ public function testGetSpecifiedBillingAddressOfNonExistentCart ()
125
125
{
126
126
$ maskedQuoteId = 'non_existent_masked_id ' ;
127
127
$ query = $ this ->getQuery ($ maskedQuoteId );
@@ -137,7 +137,7 @@ public function testGeSpecifiedBillingAddressOfNonExistentCart()
137
137
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
138
138
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
139
139
*/
140
- public function testGeSpecifiedBillingAddressFromAnotherGuestCart ()
140
+ public function testGetSpecifiedBillingAddressFromAnotherGuestCart ()
141
141
{
142
142
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
143
143
@@ -155,7 +155,7 @@ public function testGeSpecifiedBillingAddressFromAnotherGuestCart()
155
155
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
156
156
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php
157
157
*/
158
- public function testGeSpecifiedBillingAddressFromAnotherCustomerCart ()
158
+ public function testGetSpecifiedBillingAddressFromAnotherCustomerCart ()
159
159
{
160
160
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
161
161
0 commit comments