Skip to content

Commit 6d28ce5

Browse files
committed
DeployStaticCommandTest bug fix
1 parent 710768d commit 6d28ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/DeployStaticContentCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function testDeployStaticWithoutDbConnection()
135135
);
136136
$this->writer->saveConfig([ConfigFilePool::APP_CONFIG => $newData], true);
137137

138-
//remove db details from application environment config to emulate work without db & set remote storage details
138+
// rewrite application environment config with only remote storage details to emulate work without db
139139
$this->filesystem->getDirectoryWrite(DirectoryList::CONFIG)->writeFile(
140140
$this->configFilePool->getPath(ConfigFilePool::APP_ENV),
141141
$this->phpFormatter->format(['remote_storage' => $this->envConfig['remote_storage']])

0 commit comments

Comments
 (0)