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 710768d commit 6d28ce5Copy full SHA for 6d28ce5
dev/tests/integration/testsuite/Magento/Setup/Console/Command/DeployStaticContentCommandTest.php
@@ -135,7 +135,7 @@ public function testDeployStaticWithoutDbConnection()
135
);
136
$this->writer->saveConfig([ConfigFilePool::APP_CONFIG => $newData], true);
137
138
- //remove db details from application environment config to emulate work without db & set remote storage details
+ // rewrite application environment config with only remote storage details to emulate work without db
139
$this->filesystem->getDirectoryWrite(DirectoryList::CONFIG)->writeFile(
140
$this->configFilePool->getPath(ConfigFilePool::APP_ENV),
141
$this->phpFormatter->format(['remote_storage' => $this->envConfig['remote_storage']])
0 commit comments