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

Go to the source code of this file.

Variables

 $fullTrace = debug_backtrace()
 
 $rootFile = array_values(array_slice($fullTrace, -1))[0]['file']
 
 $envFilePath = dirname(dirname(__DIR__))
 
if(file_exists($envFilePath . DIRECTORY_SEPARATOR . '.env')) defined('FW_BP')||define('FW_BP' PROJECT_ROOT
 
 $RELATIVE_TESTS_MODULE_PATH = '/tests/functional/tests/MFTF'
 
 $debug_mode = $_ENV['MFTF_DEBUG'] ?? false
 

Variable Documentation

◆ $debug_mode

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

Definition at line 68 of file standalone_bootstrap.php.

◆ $envFilePath

$envFilePath = dirname(dirname(__DIR__))

Definition at line 19 of file standalone_bootstrap.php.

◆ $fullTrace

$fullTrace = debug_backtrace()

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 8 of file standalone_bootstrap.php.

◆ $RELATIVE_TESTS_MODULE_PATH

$RELATIVE_TESTS_MODULE_PATH = '/tests/functional/tests/MFTF'

Definition at line 63 of file standalone_bootstrap.php.

◆ $rootFile

$rootFile = array_values(array_slice($fullTrace, -1))[0]['file']

Definition at line 9 of file standalone_bootstrap.php.

◆ PROJECT_ROOT

defined ( 'MAGENTO_BP')||define( 'MAGENTO_BP' PROJECT_ROOT

Definition at line 59 of file standalone_bootstrap.php.