Skip to content

Commit 599e242

Browse files
committed
ACP2E-2568: Image file is Case insensitive in Pagebuilder(Image not showing in Media Gallery when upload both lowercase and uppercase image with same name)
1 parent f25ff07 commit 599e242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/MediaGallery/Test/Unit/Model/ResourceModel/DeleteAssetsByPathsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function setUp(): void
100100
->willReturn(self::TABLE_NAME);
101101
}
102102

103-
private function assetDeleteByPathDataProvider(): array
103+
public function assetDeleteByPathDataProvider(): array
104104
{
105105
return [
106106
[
@@ -126,7 +126,7 @@ private function assetDeleteByPathDataProvider(): array
126126
];
127127
}
128128

129-
public function getAssets(): array
129+
private function getAssets(): array
130130
{
131131
return [
132132
[

0 commit comments

Comments
 (0)