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 d3cbe9f commit 87ff278Copy full SHA for 87ff278
dev/tests/integration/framework/Magento/TestFramework/Application.php
@@ -142,6 +142,9 @@ public function __construct(
142
$appMode,
143
AutoloaderInterface $autoloadWrapper
144
) {
145
+ if (getcwd() != BP . '/dev/tests/integration') {
146
+ chdir(BP . '/dev/tests/integration');
147
+ }
148
$this->_shell = $shell;
149
$this->installConfigFile = $installConfigFile;
150
$this->_globalConfigDir = realpath($globalConfigDir);
0 commit comments