Skip to content

Commit 9318721

Browse files
committed
B2B-2037: [AWS S3] [Integration Tests]: Investigate Test Failures in MediaGallerySynchronization & MediaGallerySynchronizationMetadata modules
1 parent 826eaf3 commit 9318721

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/code/Magento/MediaGalleryMetadata/Model/Gif/ReadFile.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ class ReadFile implements ReadFileInterface
3636
*/
3737
private $filesystem;
3838

39-
/**
40-
* @var SegmentNames
41-
*/
42-
private $segmentNames;
43-
4439
/**
4540
* @var SegmentInterfaceFactory
4641
*/
@@ -51,6 +46,11 @@ class ReadFile implements ReadFileInterface
5146
*/
5247
private $fileFactory;
5348

49+
/**
50+
* @var SegmentNames
51+
*/
52+
private $segmentNames;
53+
5454
/**
5555
* @param DriverInterface $driver
5656
* @param FileInterfaceFactory $fileFactory

app/code/Magento/RemoteStorage/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"magento/module-downloadable": "*",
1313
"magento/module-catalog": "*",
1414
"magento/module-media-storage": "*",
15+
"magento/module-media-gallery-metadata": "*",
1516
"magento/module-import-export": "*",
1617
"magento/module-catalog-import-export": "*",
1718
"magento/module-downloadable-import-export": "*",

0 commit comments

Comments
 (0)