Skip to content

Commit 059c8b4

Browse files
committed
2907: Integration Test Annotation magentoAppArea breaks with some valid values.
1 parent 1cd27f4 commit 059c8b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ public function loadArea($areaCode)
622622
\Magento\Framework\App\Area::AREA_WEBAPI_REST,
623623
\Magento\Framework\App\Area::AREA_WEBAPI_SOAP,
624624
\Magento\Framework\App\Area::AREA_CRONTAB,
625-
626625
];
627626
if (in_array($areaCode, $areasForPartialLoading, true)) {
628627
$app->getArea($areaCode)->load(\Magento\Framework\App\Area::PART_CONFIG);

0 commit comments

Comments
 (0)