Skip to content

Commit

Permalink
Github #99: Sync "develop-storefront" with master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
le0n4ik committed Aug 3, 2020
1 parent b00d9e6 commit a4850f2
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Check configurable product price displaying
*
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppIsolation enabled
* @magentoAppArea frontend
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
$attributeValues = [];
$attributeSetId = $installer->getAttributeSetId('catalog_product', 'Default');
$associatedProductIds = [];
$productIds = [10, 20];
array_shift($options); //remove the first option which is empty

foreach ($options as $option) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Tests for customer wish list tab.
*
* @magentoAppArea adminhtml
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
*/
class WishlistTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Load customer data test class.
*
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppArea frontend
*/
class LoadTest extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ public function testGetCustomerWishlistNoCustomerId()
* @magentoDataFixture Magento/Customer/_files/customer.php
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
* @magentoAppIsolation enabled
* @magentoDbIsolation disabled
*/
public function testGetCustomerWishlist()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Test wish list item column.
*
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppArea frontend
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Class test block wish list on customer account page.
*
* @magentoAppArea frontend
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppIsolation disabled
*/
class WishlistTest extends TestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test wish list on customer account page.
*
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppArea frontend
*/
class IndexTest extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Test for remove product from wish list.
*
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppArea frontend
* @magentoDataFixture Magento/Wishlist/_files/wishlist.php
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Test sending wish list.
*
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppArea frontend
* @magentoDataFixture Magento/Wishlist/_files/wishlist.php
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Test for update wish list item.
*
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppArea frontend
* @magentoDataFixture Magento/Wishlist/_files/wishlist.php
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class SharedTest extends \Magento\TestFramework\TestCase\AbstractController
{
/**
* @magentoDataFixture Magento/Wishlist/_files/wishlist_shared.php
* @magentoDbIsolation disabled
* @return void
*/
public function testAllcartAction()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function setUp(): void
*
* @magentoDataFixture Magento/Wishlist/_files/wishlist_shared.php
* @magentoAppIsolation enabled
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
*/
public function testLoadedProductAttributes()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Tests for wish list model.
*
* @magentoDbIsolation enabled
* @magentoDbIsolation disabled
* @magentoAppIsolation disabled
*/
class WishlistTest extends TestCase
Expand Down

0 comments on commit a4850f2

Please sign in to comment.