Skip to content

Commit 244d480

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

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
@@ -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)