Skip to content

Commit 0261353

Browse files
committed
MAGETWO-35136: Delete Segments
- modifying test application config values
1 parent b20380e commit 0261353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function getDbInstance()
162162
if (null === $this->_db) {
163163
if ($this->isInstalled()) {
164164
$reader = new \Magento\Framework\App\DeploymentConfig\Reader($this->dirList);
165-
$deploymentConfig = new DeploymentConfig($reader);
165+
$deploymentConfig = new DeploymentConfig($reader, []);
166166
$dbInfo = $deploymentConfig->getConfigData(ConfigOptionsList::CONFIG_PATH_DB_CONNECTION_DEFAULT);
167167
$host = $dbInfo['host'];
168168
$user = $dbInfo['username'];

0 commit comments

Comments
 (0)