Skip to content

Commit a4850f2

Browse files
committed
Github #99: Sync "develop-storefront" with master branches
1 parent b00d9e6 commit a4850f2

File tree

14 files changed

+14
-11
lines changed

14 files changed

+14
-11
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/View/Type/ConfigurableProductPriceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Check configurable product price displaying
2222
*
23-
* @magentoDbIsolation enabled
23+
* @magentoDbIsolation disabled
2424
* @magentoAppIsolation enabled
2525
* @magentoAppArea frontend
2626
*/

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_sku.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
$attributeValues = [];
3737
$attributeSetId = $installer->getAttributeSetId('catalog_product', 'Default');
3838
$associatedProductIds = [];
39+
$productIds = [10, 20];
3940
array_shift($options); //remove the first option which is empty
4041

4142
foreach ($options as $option) {

dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/View/WishlistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Tests for customer wish list tab.
1919
*
2020
* @magentoAppArea adminhtml
21-
* @magentoDbIsolation enabled
21+
* @magentoDbIsolation disabled
2222
*/
2323
class WishlistTest extends TestCase
2424
{

dev/tests/integration/testsuite/Magento/Customer/Controller/Section/LoadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Load customer data test class.
1818
*
19-
* @magentoDbIsolation enabled
19+
* @magentoDbIsolation disabled
2020
* @magentoAppArea frontend
2121
*/
2222
class LoadTest extends AbstractController

dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ public function testGetCustomerWishlistNoCustomerId()
249249
* @magentoDataFixture Magento/Customer/_files/customer.php
250250
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
251251
* @magentoAppIsolation enabled
252+
* @magentoDbIsolation disabled
252253
*/
253254
public function testGetCustomerWishlist()
254255
{

dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/Wishlist/Item/ColumnTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Test wish list item column.
2323
*
24-
* @magentoDbIsolation enabled
24+
* @magentoDbIsolation disabled
2525
* @magentoAppArea frontend
2626
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2727
*/

dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/WishlistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Class test block wish list on customer account page.
1919
*
2020
* @magentoAppArea frontend
21-
* @magentoDbIsolation enabled
21+
* @magentoDbIsolation disabled
2222
* @magentoAppIsolation disabled
2323
*/
2424
class WishlistTest extends TestCase

dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Test wish list on customer account page.
1616
*
17-
* @magentoDbIsolation enabled
17+
* @magentoDbIsolation disabled
1818
* @magentoAppArea frontend
1919
*/
2020
class IndexTest extends AbstractController

dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/RemoveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test for remove product from wish list.
1818
*
19-
* @magentoDbIsolation enabled
19+
* @magentoDbIsolation disabled
2020
* @magentoAppArea frontend
2121
* @magentoDataFixture Magento/Wishlist/_files/wishlist.php
2222
*/

dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/SendTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* Test sending wish list.
2121
*
22-
* @magentoDbIsolation enabled
22+
* @magentoDbIsolation disabled
2323
* @magentoAppArea frontend
2424
* @magentoDataFixture Magento/Wishlist/_files/wishlist.php
2525
*/

dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/UpdateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test for update wish list item.
1818
*
19-
* @magentoDbIsolation enabled
19+
* @magentoDbIsolation disabled
2020
* @magentoAppArea frontend
2121
* @magentoDataFixture Magento/Wishlist/_files/wishlist.php
2222
*/

dev/tests/integration/testsuite/Magento/Wishlist/Controller/SharedTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class SharedTest extends \Magento\TestFramework\TestCase\AbstractController
1010
{
1111
/**
1212
* @magentoDataFixture Magento/Wishlist/_files/wishlist_shared.php
13+
* @magentoDbIsolation disabled
1314
* @return void
1415
*/
1516
public function testAllcartAction()

dev/tests/integration/testsuite/Magento/Wishlist/Model/ResourceModel/Item/CollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function setUp(): void
4646
*
4747
* @magentoDataFixture Magento/Wishlist/_files/wishlist_shared.php
4848
* @magentoAppIsolation enabled
49-
* @magentoDbIsolation enabled
49+
* @magentoDbIsolation disabled
5050
*/
5151
public function testLoadedProductAttributes()
5252
{

dev/tests/integration/testsuite/Magento/Wishlist/Model/WishlistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Tests for wish list model.
2222
*
23-
* @magentoDbIsolation enabled
23+
* @magentoDbIsolation disabled
2424
* @magentoAppIsolation disabled
2525
*/
2626
class WishlistTest extends TestCase

0 commit comments

Comments
 (0)