We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d63895 commit 030506dCopy full SHA for 030506d
dev/tests/integration/testsuite/Magento/ToolkitFramework/ApplicationTest.php
@@ -35,11 +35,6 @@ public static function setUpBeforeClass()
35
36
public function testTest()
37
{
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
-
43
$config = \Magento\ToolkitFramework\Config::getInstance();
44
$config->loadConfig(self::$_generatorWorkingDir . '/profiles/ce/small.xml');
45
/** @var \Magento\TestFramework\Application $itfApplication */
0 commit comments