File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Util Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
xdebug_disable ();
17
17
}
18
18
19
- $ RELATIVE_TESTS_MODULE_PATH = '/tests/functional/tests/ ' ;
19
+ $ RELATIVE_TESTS_MODULE_PATH = '/tests/functional/tests/MFTF ' ;
20
20
21
21
defined ('MAGENTO_BP ' ) || define ('MAGENTO_BP ' , PROJECT_ROOT );
22
22
defined ('TESTS_BP ' ) || define ('TESTS_BP ' , dirname (dirname (__DIR__ )));
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ private function aggregateTestModulePaths()
229
229
230
230
// Define the Module paths from default TESTS_MODULE_PATH
231
231
$ modulePath = defined ('TESTS_MODULE_PATH ' ) ? TESTS_MODULE_PATH : TESTS_BP ;
232
- $ modulePath = rtrim ($ modulePath , DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR ;
232
+ $ modulePath = rtrim ($ modulePath , DIRECTORY_SEPARATOR );
233
233
234
234
// Define the Module paths from vendor modules
235
235
$ vendorCodePath = PROJECT_ROOT
You can’t perform that action at this time.
0 commit comments