Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 99b1ca7

Browse files
jissereitsmamage2pratik
authored andcommitted
Update Application.php
1 parent c0cb405 commit 99b1ca7

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
@@ -566,7 +566,7 @@ private function copyAppConfigFiles()
566566
*/
567567
private function copyGlobalConfigFile()
568568
{
569-
$targetFile = $this->_configDir . '/config.php';
569+
$targetFile = $this->_configDir . '/config.local.php';
570570
copy($this->globalConfigFile, $targetFile);
571571
}
572572

0 commit comments

Comments
 (0)