Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Structures | |
class | SetupDocBlock |
Public Member Functions | |
__construct (\Magento\TestFramework\Bootstrap\Settings $settings, \Magento\TestFramework\Bootstrap\Environment $envBootstrap, \Magento\TestFramework\Bootstrap\DocBlock $docBlockBootstrap, \Magento\TestFramework\Bootstrap\Profiler $profilerBootstrap, \Magento\Framework\Shell $shell, \Magento\TestFramework\Application $application, \Magento\TestFramework\Bootstrap\MemoryFactory $memoryFactory) | |
getApplication () | |
runBootstrap () | |
Data Fields | |
const | ADMIN_NAME = 'user' |
const | ADMIN_PASSWORD = 'password1' |
const | ADMIN_EMAIL = '[email protected]' |
const | ADMIN_FIRSTNAME = 'firstname' |
const | ADMIN_LASTNAME = 'lastname' |
const | ADMIN_ROLE_NAME = 'Administrators' |
Definition at line 12 of file Bootstrap.php.
__construct | ( | \Magento\TestFramework\Bootstrap\Settings | $settings, |
\Magento\TestFramework\Bootstrap\Environment | $envBootstrap, | ||
\Magento\TestFramework\Bootstrap\DocBlock | $docBlockBootstrap, | ||
\Magento\TestFramework\Bootstrap\Profiler | $profilerBootstrap, | ||
\Magento\Framework\Shell | $shell, | ||
\Magento\TestFramework\Application | $application, | ||
\Magento\TestFramework\Bootstrap\MemoryFactory | $memoryFactory | ||
) |
Constructor
\Magento\TestFramework\Bootstrap\Settings | $settings | |
\Magento\TestFramework\Bootstrap\Environment | $envBootstrap | |
\Magento\TestFramework\Bootstrap\DocBlock | $docBlockBootstrap | |
\Magento\TestFramework\Bootstrap\Profiler | $profilerBootstrap | |
\Magento\Framework\Shell | $shell | |
Application | $application | |
Bootstrap\MemoryFactory | $memoryFactory |
Definition at line 76 of file Bootstrap.php.
getApplication | ( | ) |
runBootstrap | ( | ) |
Perform bootstrap actions required to completely setup the testing environment
Definition at line 107 of file Bootstrap.php.
const ADMIN_EMAIL = '[email protected]' |
Definition at line 19 of file Bootstrap.php.
const ADMIN_FIRSTNAME = 'firstname' |
Definition at line 20 of file Bootstrap.php.
const ADMIN_LASTNAME = 'lastname' |
Definition at line 21 of file Bootstrap.php.
const ADMIN_NAME = 'user' |
#+ Predefined admin user credentials
Definition at line 17 of file Bootstrap.php.
const ADMIN_PASSWORD = 'password1' |
Definition at line 18 of file Bootstrap.php.
const ADMIN_ROLE_NAME = 'Administrators' |
#- Predefined admin user role name
Definition at line 27 of file Bootstrap.php.