Skip to content

Commit b13a8b7

Browse files
committed
MQE-1962: Remove support of deprecated locations for tests
1 parent 196498d commit b13a8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/_bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
// define TEST_PATH and TEST_MODULE_PATH
6767
defined('TESTS_BP') || define('TESTS_BP', realpath(MAGENTO_BP . DIRECTORY_SEPARATOR . 'dev/tests/acceptance'));
6868

69-
$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/Magento/FunctionalTest';
69+
$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/Magento';
7070
defined('TESTS_MODULE_PATH') || define(
7171
'TESTS_MODULE_PATH',
7272
realpath(TESTS_BP . $RELATIVE_TESTS_MODULE_PATH)

0 commit comments

Comments
 (0)