Skip to content

Commit 270c5bb

Browse files
committed
MQE-1040: MFTF standalone commands do not pass down constants correctly
- Removing commented line
1 parent 4651c9c commit 270c5bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/functional/standalone_bootstrap.php

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
if (array_key_exists('MAGENTO_BP', $_ENV)) {
2929
// TODO REMOVE THIS CODE ONCE WE HAVE STOPPED SUPPORTING dev/tests/acceptance PATH
3030
// define TEST_PATH and TEST_MODULE_PATH
31-
// defined('TESTS_BP') || define('TESTS_BP', realpath(MAGENTO_BP . DIRECTORY_SEPARATOR . 'dev/tests/acceptance/'));
3231
defined('TESTS_BP') || define('TESTS_BP', dirname(dirname(__DIR__)));
3332
$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/tests/MFTF';
3433
defined('TESTS_MODULE_PATH') || define(

0 commit comments

Comments
 (0)