Skip to content
Snippets Groups Projects
Commit 7435dab4 authored by Michael Logvin's avatar Michael Logvin
Browse files

MAGETWO-34363: Pull request processing

parent 117225f3
No related merge requests found
...@@ -43,7 +43,7 @@ $logger = new \Magento\Tools\View\Deployer\Log($verbosity); ...@@ -43,7 +43,7 @@ $logger = new \Magento\Tools\View\Deployer\Log($verbosity);
try { try {
// run the deployment logic // run the deployment logic
$filesUtil = new \Magento\Framework\Test\Utility\Files(BP); $filesUtil = new \Magento\Framework\App\Utility\Files(BP);
$omFactory = \Magento\Framework\App\Bootstrap::createObjectManagerFactory(BP, []); $omFactory = \Magento\Framework\App\Bootstrap::createObjectManagerFactory(BP, []);
$objectManager = $omFactory->create( $objectManager = $omFactory->create(
[\Magento\Framework\App\State::PARAM_MODE => \Magento\Framework\App\State::MODE_DEFAULT] [\Magento\Framework\App\State::PARAM_MODE => \Magento\Framework\App\State::MODE_DEFAULT]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment