Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
autoload.php
Go to the documentation of this file.
1 <?php
6 require_once __DIR__ . '/../../../../app/autoload.php';
7 
8 $testsBaseDir = dirname(__DIR__);
10 
11 $autoloadWrapper->addPsr4('Magento\\TestFramework\\', "{$testsBaseDir}/framework/Magento/TestFramework/");
12 $autoloadWrapper->addPsr4('Magento\\', "{$testsBaseDir}/testsuite/Magento/");
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60
$autoloadWrapper
Definition: autoload.php:12
$testsBaseDir
Definition: autoload.php:9