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 b20380e commit 0261353Copy full SHA for 0261353
dev/tests/integration/framework/Magento/TestFramework/Application.php
@@ -162,7 +162,7 @@ public function getDbInstance()
162
if (null === $this->_db) {
163
if ($this->isInstalled()) {
164
$reader = new \Magento\Framework\App\DeploymentConfig\Reader($this->dirList);
165
- $deploymentConfig = new DeploymentConfig($reader);
+ $deploymentConfig = new DeploymentConfig($reader, []);
166
$dbInfo = $deploymentConfig->getConfigData(ConfigOptionsList::CONFIG_PATH_DB_CONNECTION_DEFAULT);
167
$host = $dbInfo['host'];
168
$user = $dbInfo['username'];
0 commit comments