Skip to content

Commit a77bdfc

Browse files
authored
Update Application.php
1 parent bb5b50e commit a77bdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ private function copyAppConfigFiles()
516516
*/
517517
private function copyGlobalConfigFile()
518518
{
519-
$targetFile = $this->_configDir . '/config.php';
519+
$targetFile = $this->_configDir . '/config.local.php';
520520
copy($this->globalConfigFile, $targetFile);
521521
}
522522

0 commit comments

Comments
 (0)