Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Functions | |
catch(\Exception $e) | setCustomErrorHandler () |
Variables | |
$testsBaseDir = dirname(__DIR__) | |
$integrationTestsDir = realpath("{$testsBaseDir}/../integration") | |
$fixtureBaseDir = $integrationTestsDir . '/testsuite' | |
if(!defined('TESTS_TEMP_DIR')) if(!defined('INTEGRATION_TESTS_DIR')) | try |
$settings = new \Magento\TestFramework\Bootstrap\Settings($testsBaseDir, get_defined_constants()) | |
if($settings->get('TESTS_EXTRA_VERBOSE_LOG')) | else |
$testFrameworkDir = __DIR__ | |
$installConfigFile = $settings->getAsConfigFile('TESTS_INSTALL_CONFIG_FILE') | |
if(!file_exists($installConfigFile)) | $globalConfigFile = $settings->getAsConfigFile('TESTS_GLOBAL_CONFIG_FILE') |
if(!file_exists($installConfigFile)) | $dirList = new \Magento\Framework\App\Filesystem\DirectoryList(BP) |
$application | |
if(defined('TESTS_MAGENTO_INSTALLATION') &&TESTS_MAGENTO_INSTALLATION==='enabled') | $bootstrap |
$dirSearch | |
$themePackageList | |
catch (\Exception $e) setCustomErrorHandler | ( | ) |
$application |
Definition at line 58 of file bootstrap.php.
if (defined( 'TESTS_MAGENTO_INSTALLATION') &&TESTS_MAGENTO_INSTALLATION==='enabled') $bootstrap |
Definition at line 73 of file bootstrap.php.
if (!file_exists( $installConfigFile)) $dirList = new \Magento\Framework\App\Filesystem\DirectoryList(BP) |
Definition at line 57 of file bootstrap.php.
$dirSearch |
Definition at line 86 of file bootstrap.php.
$fixtureBaseDir = $integrationTestsDir . '/testsuite' |
Definition at line 15 of file bootstrap.php.
if (!file_exists( $installConfigFile)) $globalConfigFile = $settings->getAsConfigFile('TESTS_GLOBAL_CONFIG_FILE') |
Definition at line 53 of file bootstrap.php.
$installConfigFile = $settings->getAsConfigFile('TESTS_INSTALL_CONFIG_FILE') |
Definition at line 49 of file bootstrap.php.
$integrationTestsDir = realpath("{$testsBaseDir}/../integration") |
Definition at line 14 of file bootstrap.php.
$settings = new \Magento\TestFramework\Bootstrap\Settings($testsBaseDir, get_defined_constants()) |
Definition at line 29 of file bootstrap.php.
$testFrameworkDir = __DIR__ |
Definition at line 46 of file bootstrap.php.
$testsBaseDir = dirname(__DIR__) |
Definition at line 13 of file bootstrap.php.
$themePackageList |
Definition at line 88 of file bootstrap.php.
if ( $settings->get( 'TESTS_EXTRA_VERBOSE_LOG')) else |
Definition at line 42 of file bootstrap.php.
Definition at line 25 of file bootstrap.php.