We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4999592 commit 10f16d1Copy full SHA for 10f16d1
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/ProductTest.php
@@ -66,13 +66,13 @@
66
*/
67
class ProductTest extends AbstractImportTestCase
68
{
69
- const MEDIA_DIRECTORY = 'media/import';
+ private const MEDIA_DIRECTORY = 'media/import';
70
71
- const ENTITY_TYPE_ID = 1;
+ private const ENTITY_TYPE_ID = 1;
72
73
- const ENTITY_TYPE_CODE = 'catalog_product';
+ private const ENTITY_TYPE_CODE = 'catalog_product';
74
75
- const ENTITY_ID = 13;
+ private const ENTITY_ID = 13;
76
77
/**
78
* @var AdapterInterface|MockObject
0 commit comments