We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4651c9c commit 270c5bbCopy full SHA for 270c5bb
dev/tests/functional/standalone_bootstrap.php
@@ -28,7 +28,6 @@
28
if (array_key_exists('MAGENTO_BP', $_ENV)) {
29
// TODO REMOVE THIS CODE ONCE WE HAVE STOPPED SUPPORTING dev/tests/acceptance PATH
30
// define TEST_PATH and TEST_MODULE_PATH
31
-// defined('TESTS_BP') || define('TESTS_BP', realpath(MAGENTO_BP . DIRECTORY_SEPARATOR . 'dev/tests/acceptance/'));
32
defined('TESTS_BP') || define('TESTS_BP', dirname(dirname(__DIR__)));
33
$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/tests/MFTF';
34
defined('TESTS_MODULE_PATH') || define(
0 commit comments