| +-----------------------------------------------------------------------+ */ define('INSTALL_PATH', realpath(__DIR__) . '/'); $GLOBALS['env'] = 'test'; // include index.php from application root directory include INSTALL_PATH . 'index.php';