File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
dev/tests/integration/testsuite/Magento
CatalogImportExport/Model/Import
Catalog/Model/Product/Gallery Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,15 @@ class UpdateHandlerTest extends \PHPUnit\Framework\TestCase
8686 * @var StoreManagerInterface
8787 */
8888 private $ storeManager ;
89+
8990 /**
9091 * @var int
9192 */
9293 private $ currentStoreId ;
9394
94- /** @var MetadataPool */
95+ /**
96+ * @var MetadataPool
97+ */
9598 private $ metadataPool ;
9699
97100 /**
Original file line number Diff line number Diff line change 1010use Magento \Catalog \Api \ProductRepositoryInterface ;
1111use Magento \Catalog \Model \Product as ProductEntity ;
1212use Magento \Catalog \Model \Product \Media \ConfigInterface ;
13+ use Magento \Framework \App \Bootstrap as AppBootstrap ;
1314use Magento \Framework \App \Filesystem \DirectoryList ;
1415use Magento \Framework \Exception \NoSuchEntityException ;
1516use Magento \Framework \Filesystem ;
@@ -82,7 +83,7 @@ protected function setUp(): void
8283 $ this ->csvFactory = $ this ->objectManager ->get (CsvFactory::class);
8384 $ this ->importDataResource = $ this ->objectManager ->get (Data::class);
8485 $ this ->appParams = Bootstrap::getInstance ()->getBootstrap ()->getApplication ()
85- ->getInitParams ()[\ Magento \ Framework \ App \Bootstrap ::INIT_PARAM_FILESYSTEM_DIR_PATHS ];
86+ ->getInitParams ()[AppBootstrap ::INIT_PARAM_FILESYSTEM_DIR_PATHS ];
8687 }
8788
8889 /**
You can’t perform that action at this time.
0 commit comments