|
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) | sortInterfaces ($files) |
Variables | |
| const | PROJECT_ROOT dirname(dirname(__DIR__)) |
| $vendorAutoloadPath = realpath(PROJECT_ROOT . '/vendor/autoload.php') | |
| $mftfTestCasePath = realpath(PROJECT_ROOT . '/dev/tests/util/MftfTestCase.php') | |
| $kernel = \AspectMock\Kernel::getInstance() | |
| $TEST_ENVS | |
| $RELATIVE_TESTS_MODULE_PATH = DIRECTORY_SEPARATOR . 'verification' | |
| defined('TESTS_BP')||define('TESTS_BP' | __DIR__ |
| $utilDir = DIRECTORY_SEPARATOR . 'Util'. DIRECTORY_SEPARATOR . '*.php' | |
| $functionalUtilFiles = glob(TESTS_BP . DIRECTORY_SEPARATOR . 'verification' . $utilDir) | |
| foreach(sortInterfaces($functionalUtilFiles) as $functionalUtilFile) | $unitUtilFiles = glob(TESTS_BP . DIRECTORY_SEPARATOR . 'unit' . $utilDir) |
| foreach(sortInterfaces($unitUtilFiles) as $unitUtilFile) | $suiteDirectory = TESTS_BP . DIRECTORY_SEPARATOR . "verification" . DIRECTORY_SEPARATOR . "_suite" |
| $paths | |
| $iterator = new Magento\FunctionalTestingFramework\Util\Iterator\File($paths) | |
| try | |
| catch (Exception $e) sortInterfaces | ( | $files | ) |
Definition at line 99 of file _bootstrap.php.
| $functionalUtilFiles = glob(TESTS_BP . DIRECTORY_SEPARATOR . 'verification' . $utilDir) |
Definition at line 67 of file _bootstrap.php.
| $iterator = new Magento\FunctionalTestingFramework\Util\Iterator\File($paths) |
Definition at line 89 of file _bootstrap.php.
| $kernel = \AspectMock\Kernel::getInstance() |
Definition at line 17 of file _bootstrap.php.
| $mftfTestCasePath = realpath(PROJECT_ROOT . '/dev/tests/util/MftfTestCase.php') |
Definition at line 11 of file _bootstrap.php.
| $paths |
Definition at line 83 of file _bootstrap.php.
| defined ( 'TESTS_MODULE_PATH')||define( 'TESTS_MODULE_PATH' TESTS_BP $RELATIVE_TESTS_MODULE_PATH = DIRECTORY_SEPARATOR . 'verification' |
Definition at line 58 of file _bootstrap.php.
| foreach (sortInterfaces( $unitUtilFiles) as $unitUtilFile) $suiteDirectory = TESTS_BP . DIRECTORY_SEPARATOR . "verification" . DIRECTORY_SEPARATOR . "_suite" |
Definition at line 81 of file _bootstrap.php.
| $TEST_ENVS |
Definition at line 39 of file _bootstrap.php.
| foreach (sortInterfaces( $functionalUtilFiles) as $functionalUtilFile) $unitUtilFiles = glob(TESTS_BP . DIRECTORY_SEPARATOR . 'unit' . $utilDir) |
Definition at line 73 of file _bootstrap.php.
| $utilDir = DIRECTORY_SEPARATOR . 'Util'. DIRECTORY_SEPARATOR . '*.php' |
Definition at line 64 of file _bootstrap.php.
| $vendorAutoloadPath = realpath(PROJECT_ROOT . '/vendor/autoload.php') |
Definition at line 10 of file _bootstrap.php.
| defined ( 'MAGENTO_BP')||define( 'MAGENTO_BP' __DIR__ |
Definition at line 60 of file _bootstrap.php.
| defined ( 'FW_BP')||define( 'FW_BP' PROJECT_ROOT dirname(dirname(__DIR__)) |
Definition at line 8 of file _bootstrap.php.
| try |
Definition at line 90 of file _bootstrap.php.