Skip to content

Commit d48ad96

Browse files
author
Bohdan Korablov
committed
MAGETWO-62707: Implementation
1 parent 3b413bf commit d48ad96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -630,12 +630,13 @@ protected function getCustomDirs()
630630
{
631631
$path = DirectoryList::PATH;
632632
$var = "{$this->installDir}/var";
633+
$generated = "{$this->installDir}/generated";
633634
$customDirs = [
634635
DirectoryList::CONFIG => [$path => "{$this->installDir}/etc"],
635636
DirectoryList::VAR_DIR => [$path => $var],
636637
DirectoryList::MEDIA => [$path => "{$this->installDir}/pub/media"],
637638
DirectoryList::STATIC_VIEW => [$path => "{$this->installDir}/pub/static"],
638-
DirectoryList::GENERATION => [$path => "{$var}/generation"],
639+
DirectoryList::GENERATION => [$path => "{$generated}/code"],
639640
DirectoryList::CACHE => [$path => "{$var}/cache"],
640641
DirectoryList::LOG => [$path => "{$var}/log"],
641642
DirectoryList::SESSION => [$path => "{$var}/session"],
File renamed without changes.

0 commit comments

Comments
 (0)