Skip to content

Commit 030506d

Browse files
author
Roman Ganin
committed
MAGETWO-33403: Fix integration test for performance toolkit
1 parent 3d63895 commit 030506d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dev/tests/integration/testsuite/Magento/ToolkitFramework/ApplicationTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ public static function setUpBeforeClass()
3535

3636
public function testTest()
3737
{
38-
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
39-
/** @var \Magento\Framework\App\State $appState */
40-
$appState = $objectManager->get('Magento\Framework\App\State');
41-
$appState->setAreaCode(\Magento\ToolkitFramework\Application::AREA_CODE);
42-
4338
$config = \Magento\ToolkitFramework\Config::getInstance();
4439
$config->loadConfig(self::$_generatorWorkingDir . '/profiles/ce/small.xml');
4540
/** @var \Magento\TestFramework\Application $itfApplication */

0 commit comments

Comments
 (0)