We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81076e1 commit 421ba0bCopy full SHA for 421ba0b
dev/tests/integration/framework/Magento/TestFramework/Application.php
@@ -564,11 +564,11 @@ private function copyAppConfigFiles()
564
*
565
* @return void
566
*/
567
- private function copyGlobalConfigFile()
+ /*private function copyGlobalConfigFile()
568
{
569
$targetFile = $this->_configDir . '/config.php';
570
copy($this->globalConfigFile, $targetFile);
571
- }
+ }*/
572
573
/**
574
* Gets a list of CLI params for installation
0 commit comments