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 75e2216 commit 9b22f48Copy full SHA for 9b22f48
src/Magento/FunctionalTestingFramework/_bootstrap.php
@@ -16,7 +16,7 @@
16
}
17
defined('PROJECT_ROOT') || define('PROJECT_ROOT', $projectRootPath);
18
19
-$envFilePath = realpath($projectRootPath . '/dev/tests/acceptance/');
+$envFilePath = realpath($projectRootPath . '/dev/tests/acceptance/') . DIRECTORY_SEPARATOR;
20
defined('ENV_FILE_PATH') || define('ENV_FILE_PATH', $envFilePath);
21
22
//Load constants from .env file
0 commit comments