| Current Path : /var/www/html/dev/tests/setup-integration/framework/tests/unit/framework/ |
| Current File : /var/www/html/dev/tests/setup-integration/framework/tests/unit/framework/bootstrap.php |
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ $rootDir = realpath(__DIR__ . '/../../../../../../../'); $testsBaseDir = realpath(__DIR__ . '/../../../../'); require_once $rootDir . '/app/bootstrap.php'; require_once $testsBaseDir . '/framework/autoload.php';