@@ -21,7 +21,7 @@ private function convertToArray($entity)
21
21
* @magentoDataFixture Magento/Catalog/_files/product_virtual.php
22
22
* @magentoDataFixture Magento/Sales/_files/quote.php
23
23
*/
24
- public function qqtestCollectTotalsWithVirtual ()
24
+ public function testCollectTotalsWithVirtual ()
25
25
{
26
26
$ quote = Bootstrap::getObjectManager ()->create ('Magento\Quote\Model\Quote ' );
27
27
$ quote ->load ('test01 ' , 'reserved_order_id ' );
@@ -37,7 +37,7 @@ public function qqtestCollectTotalsWithVirtual()
37
37
$ this ->assertEquals (20 , $ quote ->getBaseGrandTotal ());
38
38
}
39
39
40
- public function qqtestSetCustomerData ()
40
+ public function testSetCustomerData ()
41
41
{
42
42
/** @var \Magento\Quote\Model\Quote $quote */
43
43
$ quote = Bootstrap::getObjectManager ()->create ('Magento\Quote\Model\Quote ' );
@@ -62,7 +62,7 @@ public function qqtestSetCustomerData()
62
62
$ this ->assertEquals ('qa@example.com ' , $ quote ->getCustomerEmail ());
63
63
}
64
64
65
- public function qqtestUpdateCustomerData ()
65
+ public function testUpdateCustomerData ()
66
66
{
67
67
/** @var \Magento\Quote\Model\Quote $quote */
68
68
$ quote = Bootstrap::getObjectManager ()->create ('Magento\Quote\Model\Quote ' );
@@ -107,7 +107,7 @@ public function qqtestUpdateCustomerData()
107
107
/**
108
108
* Customer data is set to quote (which contains valid group ID).
109
109
*/
110
- public function qqtestGetCustomerGroupFromCustomer ()
110
+ public function testGetCustomerGroupFromCustomer ()
111
111
{
112
112
/** Preconditions */
113
113
/** @var \Magento\Customer\Api\Data\CustomerInterfaceFactory $customerFactory */
@@ -126,7 +126,7 @@ public function qqtestGetCustomerGroupFromCustomer()
126
126
/**
127
127
* @magentoDataFixture Magento/Customer/_files/customer_group.php
128
128
*/
129
- public function qqtestGetCustomerTaxClassId ()
129
+ public function testGetCustomerTaxClassId ()
130
130
{
131
131
/**
132
132
* Preconditions: create quote and assign ID of customer group created in fixture to it.
@@ -151,7 +151,7 @@ public function qqtestGetCustomerTaxClassId()
151
151
* @magentoDataFixture Magento/Customer/_files/customer_address.php
152
152
* @magentoDataFixture Magento/Customer/_files/customer_two_addresses.php
153
153
*/
154
- public function qqtestAssignCustomerWithAddressChangeAddressesNotSpecified ()
154
+ public function testAssignCustomerWithAddressChangeAddressesNotSpecified ()
155
155
{
156
156
/** Preconditions:
157
157
* Customer with two addresses created
@@ -216,7 +216,7 @@ public function qqtestAssignCustomerWithAddressChangeAddressesNotSpecified()
216
216
* @magentoDataFixture Magento/Customer/_files/customer_address.php
217
217
* @magentoDataFixture Magento/Customer/_files/customer_two_addresses.php
218
218
*/
219
- public function qqtestAssignCustomerWithAddressChange ()
219
+ public function testAssignCustomerWithAddressChange ()
220
220
{
221
221
/** Preconditions:
222
222
* Customer with two addresses created
0 commit comments