File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/integration/framework/Magento/TestFramework Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ public function install($cleanup)
498498 $ this ->_ensureDirExists ($ this ->_initParams [$ dirs ][DirectoryList::VAR_DIR ][DirectoryList::PATH ]);
499499
500500 $ this ->copyAppConfigFiles ();
501- // $this->copyGlobalConfigFile();
501+ $ this ->copyGlobalConfigFile ();
502502
503503 $ installParams = $ this ->getInstallCliParams ();
504504
@@ -564,11 +564,11 @@ private function copyAppConfigFiles()
564564 *
565565 * @return void
566566 */
567- /* private function copyGlobalConfigFile()
567+ private function copyGlobalConfigFile ()
568568 {
569569 $ targetFile = $ this ->_configDir . '/config.php ' ;
570570 copy ($ this ->globalConfigFile , $ targetFile );
571- }*/
571+ }
572572
573573 /**
574574 * Gets a list of CLI params for installation
You can’t perform that action at this time.
0 commit comments