Skip to content

Commit bb5b50e

Browse files
authored
Update Application.php
1 parent 244d480 commit bb5b50e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ public function install()
449449
$this->_ensureDirExists($this->_initParams[$dirs][DirectoryList::VAR_DIR][DirectoryList::PATH]);
450450

451451
$this->copyAppConfigFiles();
452-
//$this->copyGlobalConfigFile();
452+
$this->copyGlobalConfigFile();
453453

454454
$installParams = $this->getInstallCliParams();
455455

@@ -514,11 +514,11 @@ private function copyAppConfigFiles()
514514
*
515515
* @return void
516516
*/
517-
/*private function copyGlobalConfigFile()
517+
private function copyGlobalConfigFile()
518518
{
519519
$targetFile = $this->_configDir . '/config.php';
520520
copy($this->globalConfigFile, $targetFile);
521-
}*/
521+
}
522522

523523
/**
524524
* Gets a list of CLI params for installation

0 commit comments

Comments
 (0)