Skip to content

Commit 3854d90

Browse files
committed
B2B-1776: Update Integration Test Framework to Support Integration Tests Builds to Work Against Actual Aurora Db
1 parent dd9123b commit 3854d90

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,10 +567,6 @@ public function install($cleanup)
567567
throw new DomainException('"command" must be present in post install setup command arrays');
568568
}
569569

570-
if (isset($postInstallSetupCommand['host']) && strpos($postInstallSetupCommand['host'], '{{') === 0) {
571-
continue;
572-
}
573-
574570
$command = $postInstallSetupCommand['command'];
575571
$argumentsAndOptions = array_diff_key($postInstallSetupCommand, array_flip(['command']));
576572

dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/ApplicationTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,6 @@ public function installDataProvider()
224224
]
225225
]
226226
],
227-
'post install setup command with placeholder value for "host"' => [
228-
dirname(__FILE__) . '/_files/install-config-mysql1.php',
229-
dirname(__FILE__) . '/_files/config-global-1.php',
230-
dirname(__FILE__) . '/_files/post-install-setup-command-config2.php',
231-
[
232-
$installShellCommandExpectation,
233-
]
234-
],
235227
'post install setup command with both options and arguments' => [
236228
dirname(__FILE__) . '/_files/install-config-mysql1.php',
237229
dirname(__FILE__) . '/_files/config-global-1.php',

dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/_files/post-install-setup-command-config2.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)