Skip to content

Commit c2209fb

Browse files
committed
Remove not used const
1 parent 061d5a3 commit c2209fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ class GetByIdExceptionNoSuchEntityTest extends \PHPUnit\Framework\TestCase
2525
{
2626
private const MEDIA_ASSET_STUB_ID = 1;
2727

28-
private const MEDIA_ASSET_DATA = ['id' => 1];
29-
3028
/**
3129
* @var GetById|MockObject
3230
*/

0 commit comments

Comments
 (0)