Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
_bootstrap.php File Reference

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
 

Variable Documentation

◆ $debugMode

$debugMode = $_ENV['MFTF_DEBUG'] ?? false

Definition at line 71 of file _bootstrap.php.

◆ $envFilepath

$envFilepath = realpath($projectRootPath . '/dev/tests/acceptance/')

Definition at line 18 of file _bootstrap.php.

◆ $projectRootPath

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

$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/Magento/FunctionalTest'

Definition at line 64 of file _bootstrap.php.