We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244d480 commit bb5b50eCopy full SHA for bb5b50e
dev/tests/integration/framework/Magento/TestFramework/Application.php
@@ -449,7 +449,7 @@ public function install()
449
$this->_ensureDirExists($this->_initParams[$dirs][DirectoryList::VAR_DIR][DirectoryList::PATH]);
450
451
$this->copyAppConfigFiles();
452
- //$this->copyGlobalConfigFile();
+ $this->copyGlobalConfigFile();
453
454
$installParams = $this->getInstallCliParams();
455
@@ -514,11 +514,11 @@ private function copyAppConfigFiles()
514
*
515
* @return void
516
*/
517
- /*private function copyGlobalConfigFile()
+ private function copyGlobalConfigFile()
518
{
519
$targetFile = $this->_configDir . '/config.php';
520
copy($this->globalConfigFile, $targetFile);
521
- }*/
+ }
522
523
/**
524
* Gets a list of CLI params for installation
0 commit comments