File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/integration/framework/Magento/TestFramework/Db Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public function cleanup()
96
96
97
97
$ this ->ensureDefaultsExtraFile ();
98
98
$ this ->_shell ->execute (
99
- "` {$ dbCommand }` --defaults-file=%s --host=%s --port=%s %s -e %s " ,
99
+ "{$ dbCommand } --defaults-file=%s --host=%s --port=%s %s -e %s " ,
100
100
[
101
101
$ this ->_defaultsExtraFile ,
102
102
$ this ->_host ,
@@ -146,7 +146,7 @@ public function storeDbDump()
146
146
147
147
$ format = sprintf (
148
148
'%s %s %s %s ' ,
149
- "` {$ dumpCommand }` --defaults-file=%s --host=%s --port=%s " ,
149
+ "{$ dumpCommand } --defaults-file=%s --host=%s --port=%s " ,
150
150
'--no-tablespaces ' ,
151
151
implode (' ' , $ additionalArguments ),
152
152
'%s > %s '
@@ -179,7 +179,7 @@ public function restoreFromDbDump()
179
179
$ dbCommand = $ this ->getDbCommand ();
180
180
181
181
$ this ->_shell ->execute (
182
- "` {$ dbCommand }` --defaults-file=%s --host=%s --port=%s %s < %s " ,
182
+ "{$ dbCommand } --defaults-file=%s --host=%s --port=%s %s < %s " ,
183
183
[$ this ->_defaultsExtraFile , $ this ->_host , $ this ->_port ,
184
184
$ this ->_schema , $ this ->getSetupDbDumpFilename ()]
185
185
);
You can’t perform that action at this time.
0 commit comments