|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $testsBaseDir = dirname(__DIR__) | |
| $integrationTestsDir = realpath("{$testsBaseDir}/../integration") | |
| $fixtureBaseDir = $integrationTestsDir. '/testsuite' | |
| if(!defined('TESTS_BASE_DIR')) if(!defined('TESTS_TEMP_DIR')) if(!defined('TESTS_MODULES_PATH')) if(!defined('MAGENTO_MODULES_PATH')) | $settings = new \Magento\TestFramework\Bootstrap\Settings($testsBaseDir, get_defined_constants()) |
| try | |
| $installConfigFile = $settings->getAsConfigFile('TESTS_INSTALL_CONFIG_FILE') | |
| if(!file_exists($installConfigFile)) if(!defined('TESTS_INSTALLATION_DB_CONFIG_FILE')) | $shell = new \Magento\Framework\Shell(new \Magento\Framework\Shell\CommandRenderer()) |
| $testFrameworkDir = __DIR__ | |
| $globalConfigFile = $settings->getAsConfigFile('TESTS_GLOBAL_CONFIG_FILE') | |
| if(!file_exists($globalConfigFile)) | $dirList = new DirectoryList(BP) |
| $installDir = TESTS_TEMP_DIR | |
| $application | |
| $bootstrap | |
| $dirSearch | |
| $themePackageList | |
| $application |
Definition at line 56 of file bootstrap.php.
| $bootstrap |
Definition at line 67 of file bootstrap.php.
| if (!file_exists( $globalConfigFile)) $dirList = new DirectoryList(BP) |
Definition at line 54 of file bootstrap.php.
| $dirSearch |
Definition at line 86 of file bootstrap.php.
| $fixtureBaseDir = $integrationTestsDir. '/testsuite' |
Definition at line 16 of file bootstrap.php.
| $globalConfigFile = $settings->getAsConfigFile('TESTS_GLOBAL_CONFIG_FILE') |
Definition at line 49 of file bootstrap.php.
| $installConfigFile = $settings->getAsConfigFile('TESTS_INSTALL_CONFIG_FILE') |
Definition at line 38 of file bootstrap.php.
| $installDir = TESTS_TEMP_DIR |
Definition at line 55 of file bootstrap.php.
| $integrationTestsDir = realpath("{$testsBaseDir}/../integration") |
Definition at line 15 of file bootstrap.php.
| if (!defined( 'TESTS_BASE_DIR')) if (!defined( 'TESTS_TEMP_DIR')) if (!defined( 'TESTS_MODULES_PATH')) if (!defined( 'MAGENTO_MODULES_PATH')) $settings = new \Magento\TestFramework\Bootstrap\Settings($testsBaseDir, get_defined_constants()) |
Definition at line 33 of file bootstrap.php.
| if (!file_exists( $installConfigFile)) if (!defined( 'TESTS_INSTALLATION_DB_CONFIG_FILE')) $shell = new \Magento\Framework\Shell(new \Magento\Framework\Shell\CommandRenderer()) |
Definition at line 46 of file bootstrap.php.
| $testFrameworkDir = __DIR__ |
Definition at line 47 of file bootstrap.php.
| $testsBaseDir = dirname(__DIR__) |
Definition at line 14 of file bootstrap.php.
| $themePackageList |
Definition at line 88 of file bootstrap.php.
| try |
Definition at line 36 of file bootstrap.php.