Skip to content

Commit 3947566

Browse files
committed
1 parent b7ed3e6 commit 3947566

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/GetByIdExceptionDuringMediaAssetInitializationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ class GetByIdExceptionDuringMediaAssetInitializationTest extends TestCase
2828
'id' => 45,
2929
'path' => 'img.jpg',
3030
'title' => 'Img',
31+
'description' => 'Img Description',
3132
'source' => 'Adobe Stock',
33+
'hash' => 'hash',
3234
'content_type' => 'image/jpeg',
3335
'width' => 420,
3436
'height' => 240,

app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/GetByIdExceptionOnGetDataTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ class GetByIdExceptionOnGetDataTest extends TestCase
2929
'id' => 45,
3030
'path' => 'img.jpg',
3131
'title' => 'Img',
32+
'description' => 'Img Description',
3233
'source' => 'Adobe Stock',
34+
'hash' => 'hash',
3335
'content_type' => 'image/jpeg',
3436
'width' => 420,
3537
'height' => 240,

app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/GetByIdSuccessfulTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ class GetByIdSuccessfulTest extends TestCase
2929
'id' => 45,
3030
'path' => 'img.jpg',
3131
'title' => 'Img',
32+
'description' => 'Img Description',
3233
'source' => 'Adobe Stock',
34+
'hash' => 'hash',
3335
'content_type' => 'image/jpeg',
3436
'width' => 420,
3537
'height' => 240,

0 commit comments

Comments
 (0)