Skip to content

Commit

Permalink
MAGETWO-38686: Merge and Fix Builds
Browse files Browse the repository at this point in the history
- fix length of method
  • Loading branch information
arkadiych committed Jun 19, 2015
1 parent 62bdef5 commit ad2bf72
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,7 @@ public function initialize($overriddenParams = [])
$objectManager->addSharedInstance($logger, 'Magento\Framework\Logger\Monolog');
$sequenceBuilder = $objectManager->get('\Magento\TestFramework\Db\Sequence\Builder');
$objectManager->addSharedInstance($sequenceBuilder, 'Magento\SalesSequence\Model\Builder');

Helper\Bootstrap::setObjectManager($objectManager);

$objectManagerConfiguration = [
'preferences' => [
'Magento\Framework\App\State' => 'Magento\TestFramework\App\State',
Expand All @@ -357,7 +355,6 @@ public function initialize($overriddenParams = [])
);
}
$objectManager->configure($objectManagerConfiguration);

/** Register event observer of Integration Framework */
/** @var \Magento\Framework\Event\Config\Data $eventConfigData */
$eventConfigData = $objectManager->get('Magento\Framework\Event\Config\Data');
Expand All @@ -372,7 +369,6 @@ public function initialize($overriddenParams = [])
]
]
);

$this->loadArea(\Magento\TestFramework\Application::DEFAULT_APP_AREA);
\Magento\TestFramework\Helper\Bootstrap::getObjectManager()->configure(
$objectManager->get('Magento\Framework\ObjectManager\DynamicConfigInterface')->getConfiguration()
Expand Down

0 comments on commit ad2bf72

Please sign in to comment.