Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$projectRootPath = substr(FW_BP, 0, strpos(FW_BP, DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR)) | |
$envFilepath = realpath($projectRootPath . '/dev/tests/acceptance/') | |
$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/Magento/FunctionalTest' | |
$debugMode = $_ENV['MFTF_DEBUG'] ?? false | |
$debugMode = $_ENV['MFTF_DEBUG'] ?? false |
Definition at line 71 of file _bootstrap.php.
$envFilepath = realpath($projectRootPath . '/dev/tests/acceptance/') |
Definition at line 18 of file _bootstrap.php.
if (empty( $projectRootPath)) defined ( 'PROJECT_ROOT')||define( 'PROJECT_ROOT' $projectRootPath = substr(FW_BP, 0, strpos(FW_BP, DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR)) |
Definition at line 11 of file _bootstrap.php.
$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/Magento/FunctionalTest' |
Definition at line 64 of file _bootstrap.php.