File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
dev/tests/integration/testsuite/Magento/Catalog/_files Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- use Magento \TestFramework \Helper \Bootstrap ;
9
- use Magento \Framework \Exception \NoSuchEntityException ;
10
- use Magento \Framework \App \ObjectManager ;
11
- use Magento \CatalogInventory \Model \Indexer \Stock \Processor ;
12
8
use Magento \Catalog \Api \ProductRepositoryInterface ;
13
- use Magento \Framework \Registry ;
9
+ use Magento \CatalogInventory \Model \Indexer \Stock \Processor ;
10
+ use Magento \Framework \App \ObjectManager ;
11
+ use Magento \Framework \Exception \NoSuchEntityException ;
14
12
use Magento \Framework \Exception \StateException ;
13
+ use Magento \Framework \Registry ;
14
+ use Magento \TestFramework \Helper \Bootstrap ;
15
15
16
16
$ registry = Bootstrap::getObjectManager ()->get (Registry::class);
17
17
You can’t perform that action at this time.
0 commit comments