Skip to content

Commit 8d25052

Browse files
committed
MAGETWO-88054: Move declarative setup from setup to framework
1 parent 9d5d75d commit 8d25052

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup/src/Magento/Setup/Test/Unit/Model/InstallerFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Magento\Framework\App\ObjectManager;
1010
use Magento\Framework\Setup\LoggerInterface;
1111
use Magento\Framework\Setup\SchemaPersistor;
12-
use Magento\Framework\Setup\DeclarationInstaller;
13-
use \Magento\Setup\Model\InstallerFactory;
12+
use Magento\Setup\Model\DeclarationInstaller;
13+
use Magento\Setup\Model\InstallerFactory;
1414
use Magento\Setup\Module\ResourceFactory;
1515
use Zend\ServiceManager\ServiceLocatorInterface;
1616

setup/src/Magento/Setup/Test/Unit/Model/InstallerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Magento\Backend\Setup\ConfigOptionsList;
1010
use Magento\Framework\Config\ConfigOptionsListConstants;
1111
use Magento\Framework\Setup\SchemaListener;
12-
use Magento\Framework\Setup\DeclarationInstaller;
13-
use \Magento\Setup\Model\Installer;
12+
use Magento\Setup\Model\DeclarationInstaller;
13+
use Magento\Setup\Model\Installer;
1414
use Magento\Framework\App\Filesystem\DirectoryList;
1515
use Magento\Framework\Filesystem\DriverPool;
1616
use Magento\Framework\Config\File\ConfigFilePool;

0 commit comments

Comments
 (0)