Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
bootstrap.php File Reference

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()
 

Variable Documentation

◆ $appRoot

$appRoot = dirname(dirname(dirname(dirname(__DIR__))))

Definition at line 13 of file bootstrap.php.

◆ $mtfRoot

$mtfRoot = dirname(dirname(__FILE__))

Definition at line 8 of file bootstrap.php.

◆ $objectManager

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.

◆ MTF_BP

const MTF_BP $mtfRoot

Definition at line 10 of file bootstrap.php.

◆ MTF_TESTS_PATH

const MTF_TESTS_PATH MTF_BP . '/tests/app/'

Definition at line 11 of file bootstrap.php.