Skip to content

Commit ad2bf72

Browse files
committed
MAGETWO-38686: Merge and Fix Builds
- fix length of method
1 parent 62bdef5 commit ad2bf72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/tests/integration/framework/Magento/TestFramework/Application.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,7 @@ public function initialize($overriddenParams = [])
333333
$objectManager->addSharedInstance($logger, 'Magento\Framework\Logger\Monolog');
334334
$sequenceBuilder = $objectManager->get('\Magento\TestFramework\Db\Sequence\Builder');
335335
$objectManager->addSharedInstance($sequenceBuilder, 'Magento\SalesSequence\Model\Builder');
336-
337336
Helper\Bootstrap::setObjectManager($objectManager);
338-
339337
$objectManagerConfiguration = [
340338
'preferences' => [
341339
'Magento\Framework\App\State' => 'Magento\TestFramework\App\State',
@@ -357,7 +355,6 @@ public function initialize($overriddenParams = [])
357355
);
358356
}
359357
$objectManager->configure($objectManagerConfiguration);
360-
361358
/** Register event observer of Integration Framework */
362359
/** @var \Magento\Framework\Event\Config\Data $eventConfigData */
363360
$eventConfigData = $objectManager->get('Magento\Framework\Event\Config\Data');
@@ -372,7 +369,6 @@ public function initialize($overriddenParams = [])
372369
]
373370
]
374371
);
375-
376372
$this->loadArea(\Magento\TestFramework\Application::DEFAULT_APP_AREA);
377373
\Magento\TestFramework\Helper\Bootstrap::getObjectManager()->configure(
378374
$objectManager->get('Magento\Framework\ObjectManager\DynamicConfigInterface')->getConfiguration()

0 commit comments

Comments
 (0)