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
86
86
* @var StoreManagerInterface
87
87
*/
88
88
private $ storeManager ;
89
+
89
90
/**
90
91
* @var int
91
92
*/
92
93
private $ currentStoreId ;
93
94
94
- /** @var MetadataPool */
95
+ /**
96
+ * @var MetadataPool
97
+ */
95
98
private $ metadataPool ;
96
99
97
100
/**
Original file line number Diff line number Diff line change 10
10
use Magento \Catalog \Api \ProductRepositoryInterface ;
11
11
use Magento \Catalog \Model \Product as ProductEntity ;
12
12
use Magento \Catalog \Model \Product \Media \ConfigInterface ;
13
+ use Magento \Framework \App \Bootstrap as AppBootstrap ;
13
14
use Magento \Framework \App \Filesystem \DirectoryList ;
14
15
use Magento \Framework \Exception \NoSuchEntityException ;
15
16
use Magento \Framework \Filesystem ;
@@ -82,7 +83,7 @@ protected function setUp(): void
82
83
$ this ->csvFactory = $ this ->objectManager ->get (CsvFactory::class);
83
84
$ this ->importDataResource = $ this ->objectManager ->get (Data::class);
84
85
$ 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 ];
86
87
}
87
88
88
89
/**
You can’t perform that action at this time.
0 commit comments