Skip to content

Commit ccc2f14

Browse files
MC-21715: Storefront: view product images
1 parent 2f10b80 commit ccc2f14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/GalleryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function testGetGalleryImagesJsonWithDisabledImage(array $images, array $
141141
* @dataProvider galleryDisabledImagesDataProvider
142142
* @magentoDataFixture Magento/Catalog/_files/product_with_multiple_images.php
143143
* @magentoDataFixture Magento/Store/_files/second_store.php
144-
* @magentoDbIsolation enabled
144+
* @magentoDbIsolation disabled
145145
* @param array $images
146146
* @param array $expectation
147147
* @return void
@@ -234,7 +234,7 @@ public function galleryImagesDataProvider(): array
234234
* @dataProvider galleryImagesOnStoreViewDataProvider
235235
* @magentoDataFixture Magento/Catalog/_files/product_with_multiple_images.php
236236
* @magentoDataFixture Magento/Store/_files/second_store.php
237-
* @magentoDbIsolation enabled
237+
* @magentoDbIsolation disabled
238238
* @param array $images
239239
* @param array $expectation
240240
* @return void

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Gallery/ReadHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function executeWithTwoImagesDataProvider(): array
200200
* @dataProvider executeOnStoreViewDataProvider
201201
* @magentoDataFixture Magento/Catalog/_files/product_with_image.php
202202
* @magentoDataFixture Magento/Store/_files/second_store.php
203-
* @magentoDbIsolation enabled
203+
* @magentoDbIsolation disabled
204204
* @param string $file
205205
* @param string $field
206206
* @param string $value

0 commit comments

Comments
 (0)