Skip to content

Commit

Permalink
ISSUE-20296: "@magentoDataIsolation" is used instead of "@magentoDbIs…
Browse files Browse the repository at this point in the history
…olation" in some integration tests.
  • Loading branch information
p-bystritsky committed Jan 15, 2019
1 parent d20f927 commit de64b09
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@ protected function getOptionValues(\Magento\Catalog\Model\Product\Option $option
/**
* Test that product import with images works properly
*
* @magentoDataIsolation enabled
* @magentoDataFixture mediaImportImageFixture
* @magentoAppIsolation enabled
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
Expand Down Expand Up @@ -792,7 +791,6 @@ public function testSaveMediaImage()
/**
* Test that errors occurred during importing images are logged.
*
* @magentoDataIsolation enabled
* @magentoAppIsolation enabled
* @magentoDataFixture mediaImportImageFixture
* @magentoDataFixture mediaImportImageFixtureError
Expand Down Expand Up @@ -2190,7 +2188,6 @@ public function testImportWithDifferentSkuCase()
/**
* Test that product import with images for non-default store works properly.
*
* @magentoDataIsolation enabled
* @magentoDataFixture mediaImportImageFixture
* @magentoAppIsolation enabled
*/
Expand Down Expand Up @@ -2237,7 +2234,6 @@ public function testProductsWithMultipleStoresWhenMediaIsDisabled()
/**
* Test that imported product stock status with backorders functionality enabled can be set to 'out of stock'.
*
* @magentoDataIsolation enabled
* @magentoAppIsolation enabled
*/
public function testImportWithBackordersEnabled()
Expand Down Expand Up @@ -2364,7 +2360,6 @@ public function testImportProductWithUpdateUrlKey()
/**
* Test that product import with non existing images does not broke roles on existing images.
*
* @magentoDataIsolation enabled
* @magentoDataFixture mediaImportImageFixture
* @magentoAppIsolation enabled
* @return void
Expand Down

0 comments on commit de64b09

Please sign in to comment.