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 1cd27f4 commit 059c8b4Copy full SHA for 059c8b4
dev/tests/integration/framework/Magento/TestFramework/Application.php
@@ -622,7 +622,6 @@ public function loadArea($areaCode)
622
\Magento\Framework\App\Area::AREA_WEBAPI_REST,
623
\Magento\Framework\App\Area::AREA_WEBAPI_SOAP,
624
\Magento\Framework\App\Area::AREA_CRONTAB,
625
-
626
];
627
if (in_array($areaCode, $areasForPartialLoading, true)) {
628
$app->getArea($areaCode)->load(\Magento\Framework\App\Area::PART_CONFIG);
0 commit comments