Skip to content

Commit 10f16d1

Browse files
ACP2E-561 Fixed static test failure
1 parent 4999592 commit 10f16d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/ProductTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
*/
6767
class ProductTest extends AbstractImportTestCase
6868
{
69-
const MEDIA_DIRECTORY = 'media/import';
69+
private const MEDIA_DIRECTORY = 'media/import';
7070

71-
const ENTITY_TYPE_ID = 1;
71+
private const ENTITY_TYPE_ID = 1;
7272

73-
const ENTITY_TYPE_CODE = 'catalog_product';
73+
private const ENTITY_TYPE_CODE = 'catalog_product';
7474

75-
const ENTITY_ID = 13;
75+
private const ENTITY_ID = 13;
7676

7777
/**
7878
* @var AdapterInterface|MockObject

0 commit comments

Comments
 (0)