File tree 2 files changed +2
-1
lines changed
dev/tests/integration/framework/Magento/TestFramework
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -630,12 +630,13 @@ protected function getCustomDirs()
630
630
{
631
631
$ path = DirectoryList::PATH ;
632
632
$ var = "{$ this ->installDir }/var " ;
633
+ $ generated = "{$ this ->installDir }/generated " ;
633
634
$ customDirs = [
634
635
DirectoryList::CONFIG => [$ path => "{$ this ->installDir }/etc " ],
635
636
DirectoryList::VAR_DIR => [$ path => $ var ],
636
637
DirectoryList::MEDIA => [$ path => "{$ this ->installDir }/pub/media " ],
637
638
DirectoryList::STATIC_VIEW => [$ path => "{$ this ->installDir }/pub/static " ],
638
- DirectoryList::GENERATION => [$ path => "{$ var } /generation " ],
639
+ DirectoryList::GENERATION => [$ path => "{$ generated } /code " ],
639
640
DirectoryList::CACHE => [$ path => "{$ var }/cache " ],
640
641
DirectoryList::LOG => [$ path => "{$ var }/log " ],
641
642
DirectoryList::SESSION => [$ path => "{$ var }/session " ],
File renamed without changes.
You can’t perform that action at this time.
0 commit comments