Skip to content

Commit f3c0912

Browse files
author
Maksym Aposov
committed
MAGETWO-36825: We don't have as many "conf1" as you requested. message appears after update for configurable product with qty 1 for variation
1 parent 616b172 commit f3c0912

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dev/tests/integration/testsuite/Magento/Quote/Model/QuoteTest.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private function convertToArray($entity)
2121
* @magentoDataFixture Magento/Catalog/_files/product_virtual.php
2222
* @magentoDataFixture Magento/Sales/_files/quote.php
2323
*/
24-
public function qqtestCollectTotalsWithVirtual()
24+
public function testCollectTotalsWithVirtual()
2525
{
2626
$quote = Bootstrap::getObjectManager()->create('Magento\Quote\Model\Quote');
2727
$quote->load('test01', 'reserved_order_id');
@@ -37,7 +37,7 @@ public function qqtestCollectTotalsWithVirtual()
3737
$this->assertEquals(20, $quote->getBaseGrandTotal());
3838
}
3939

40-
public function qqtestSetCustomerData()
40+
public function testSetCustomerData()
4141
{
4242
/** @var \Magento\Quote\Model\Quote $quote */
4343
$quote = Bootstrap::getObjectManager()->create('Magento\Quote\Model\Quote');
@@ -62,7 +62,7 @@ public function qqtestSetCustomerData()
6262
$this->assertEquals('qa@example.com', $quote->getCustomerEmail());
6363
}
6464

65-
public function qqtestUpdateCustomerData()
65+
public function testUpdateCustomerData()
6666
{
6767
/** @var \Magento\Quote\Model\Quote $quote */
6868
$quote = Bootstrap::getObjectManager()->create('Magento\Quote\Model\Quote');
@@ -107,7 +107,7 @@ public function qqtestUpdateCustomerData()
107107
/**
108108
* Customer data is set to quote (which contains valid group ID).
109109
*/
110-
public function qqtestGetCustomerGroupFromCustomer()
110+
public function testGetCustomerGroupFromCustomer()
111111
{
112112
/** Preconditions */
113113
/** @var \Magento\Customer\Api\Data\CustomerInterfaceFactory $customerFactory */
@@ -126,7 +126,7 @@ public function qqtestGetCustomerGroupFromCustomer()
126126
/**
127127
* @magentoDataFixture Magento/Customer/_files/customer_group.php
128128
*/
129-
public function qqtestGetCustomerTaxClassId()
129+
public function testGetCustomerTaxClassId()
130130
{
131131
/**
132132
* Preconditions: create quote and assign ID of customer group created in fixture to it.
@@ -151,7 +151,7 @@ public function qqtestGetCustomerTaxClassId()
151151
* @magentoDataFixture Magento/Customer/_files/customer_address.php
152152
* @magentoDataFixture Magento/Customer/_files/customer_two_addresses.php
153153
*/
154-
public function qqtestAssignCustomerWithAddressChangeAddressesNotSpecified()
154+
public function testAssignCustomerWithAddressChangeAddressesNotSpecified()
155155
{
156156
/** Preconditions:
157157
* Customer with two addresses created
@@ -216,7 +216,7 @@ public function qqtestAssignCustomerWithAddressChangeAddressesNotSpecified()
216216
* @magentoDataFixture Magento/Customer/_files/customer_address.php
217217
* @magentoDataFixture Magento/Customer/_files/customer_two_addresses.php
218218
*/
219-
public function qqtestAssignCustomerWithAddressChange()
219+
public function testAssignCustomerWithAddressChange()
220220
{
221221
/** Preconditions:
222222
* Customer with two addresses created

0 commit comments

Comments
 (0)