Skip to content

Commit 421ba0b

Browse files
jissereitsmamage2pratik
authored andcommitted
Update Application.php
1 parent 81076e1 commit 421ba0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)