Skip to content

Commit

Permalink
2907: Integration Test Annotation magentoAppArea breaks with some val…
Browse files Browse the repository at this point in the history
…id values.
  • Loading branch information
nmalevanec committed Dec 12, 2017
1 parent 1cd27f4 commit 059c8b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ public function loadArea($areaCode)
\Magento\Framework\App\Area::AREA_WEBAPI_REST,
\Magento\Framework\App\Area::AREA_WEBAPI_SOAP,
\Magento\Framework\App\Area::AREA_CRONTAB,

];
if (in_array($areaCode, $areasForPartialLoading, true)) {
$app->getArea($areaCode)->load(\Magento\Framework\App\Area::PART_CONFIG);
Expand Down

0 comments on commit 059c8b4

Please sign in to comment.