Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Functions | |
setCustomErrorHandler () | |
Variables | |
defined('MTF_BOOT_FILE')||define('MTF_BOOT_FILE' | __FILE__ |
defined('MTF_TESTS_PATH')||define('MTF_TESTS_PATH' | MTF_BP |
$umaskFile = BP . '/magento_umask' | |
$mask = file_exists($umaskFile) ? octdec(file_get_contents($umaskFile)) : 002 | |
setCustomErrorHandler | ( | ) |
$mask = file_exists($umaskFile) ? octdec(file_get_contents($umaskFile)) : 002 |
Definition at line 19 of file bootstrap.php.
$umaskFile = BP . '/magento_umask' |
Definition at line 18 of file bootstrap.php.
defined ( 'MTF_BOOT_FILE')||define( 'MTF_BOOT_FILE' __FILE__ |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 7 of file bootstrap.php.
defined ( 'MTF_STATES_PATH')||define( 'MTF_STATES_PATH' MTF_BP |
Definition at line 10 of file bootstrap.php.