Skip to content

Commit 9b22f48

Browse files
committed
MQE-1257: MFTF doctor command
- config color for console output
1 parent 75e2216 commit 9b22f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/_bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
defined('PROJECT_ROOT') || define('PROJECT_ROOT', $projectRootPath);
1818

19-
$envFilePath = realpath($projectRootPath . '/dev/tests/acceptance/');
19+
$envFilePath = realpath($projectRootPath . '/dev/tests/acceptance/') . DIRECTORY_SEPARATOR;
2020
defined('ENV_FILE_PATH') || define('ENV_FILE_PATH', $envFilePath);
2121

2222
//Load constants from .env file

0 commit comments

Comments
 (0)