We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196498d commit b13a8b7Copy full SHA for b13a8b7
src/Magento/FunctionalTestingFramework/_bootstrap.php
@@ -66,7 +66,7 @@
66
// define TEST_PATH and TEST_MODULE_PATH
67
defined('TESTS_BP') || define('TESTS_BP', realpath(MAGENTO_BP . DIRECTORY_SEPARATOR . 'dev/tests/acceptance'));
68
69
-$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/Magento/FunctionalTest';
+$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/Magento';
70
defined('TESTS_MODULE_PATH') || define(
71
'TESTS_MODULE_PATH',
72
realpath(TESTS_BP . $RELATIVE_TESTS_MODULE_PATH)
0 commit comments