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 5788e74 commit 670f377Copy full SHA for 670f377
dev/tests/integration/testsuite/Magento/Setup/Console/Command/DeployStaticContentCommandTest.php
@@ -127,6 +127,7 @@ public function testDeployStaticWithoutDbConnection()
127
$this->config,
128
require __DIR__ . '/_files/config/dump_config.php'
129
);
130
+ $newData['remote_storage'] = $this->envConfig['remote_storage'];
131
$this->writer->saveConfig([ConfigFilePool::APP_CONFIG => $newData], true);
132
133
// remove application environment config for emulate work without db
0 commit comments