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 0b95462 commit ee4b7f4Copy full SHA for ee4b7f4
dev/tests/integration/framework/Magento/TestFramework/Db/Mysql.php
@@ -176,7 +176,7 @@ public function restoreFromDbDump()
176
throw new \LogicException("DB dump file does not exist: " . $this->getSetupDbDumpFilename());
177
}
178
179
- $dbCommand = $this->getDbImportCommand();
+ $dbCommand = $this->getDbCommand();
180
181
$this->_shell->execute(
182
"{$dbCommand} --defaults-file=%s --host=%s --port=%s %s < %s",
0 commit comments