Skip to content

Commit c9b40f3

Browse files
coderimussivaschenko
authored andcommitted
Remove not used const
1 parent 461e274 commit c9b40f3

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)