Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$mtfRoot = dirname(dirname(__FILE__)) | |
const | MTF_BP $mtfRoot |
const | MTF_TESTS_PATH MTF_BP . '/tests/app/' |
$appRoot = dirname(dirname(dirname(dirname(__DIR__)))) | |
$objectManager = \Magento\Mtf\ObjectManagerFactory::getObjectManager() | |
$appRoot = dirname(dirname(dirname(dirname(__DIR__)))) |
Definition at line 13 of file bootstrap.php.
$mtfRoot = dirname(dirname(__FILE__)) |
Definition at line 8 of file bootstrap.php.
Magento TestFramework ObjectManager $objectManager = \Magento\Mtf\ObjectManagerFactory::getObjectManager() |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 17 of file bootstrap.php.
const MTF_BP $mtfRoot |
Definition at line 10 of file bootstrap.php.
const MTF_TESTS_PATH MTF_BP . '/tests/app/' |
Definition at line 11 of file bootstrap.php.