bootstrap.php
CakePHP(tm) : Rapid Development Framework (https://cakephp.org) Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Licensed under The MIT License Redistributions of files must retain the above copyright notice.
Tags
Table of Contents
Constants
- APP = \TEST_APP . 'TestApp' . \DS
- APP_DIR = 'TestApp'
- CACHE = \TMP . 'cache' . \DS
- CAKE = \CORE_PATH . 'src' . \DS
- CAKE_CORE_INCLUDE_PATH = \ROOT
- CONFIG = \TEST_APP . 'config' . \DS
- CORE_PATH = \CAKE_CORE_INCLUDE_PATH . \DS
- CORE_TEST_CASES = \CORE_TESTS . 'TestCase'
- CORE_TESTS = \CORE_PATH . 'tests' . \DS
- DS = \DIRECTORY_SEPARATOR
- LOGS = \TMP . 'logs' . \DS
- ROOT = \dirname(__DIR__)
- SESSIONS = \TMP . 'sessions' . \DS
- TEST_APP = \CORE_TESTS . 'test_app' . \DS
- TMP = \sys_get_temp_dir() . \DS
- WWW_ROOT = \TEST_APP . 'webroot' . \DS
Constants
APP
public
mixed
APP
= \TEST_APP . 'TestApp' . \DS
APP_DIR
public
mixed
APP_DIR
= 'TestApp'
CACHE
public
mixed
CACHE
= \TMP . 'cache' . \DS
CAKE
public
mixed
CAKE
= \CORE_PATH . 'src' . \DS
CAKE_CORE_INCLUDE_PATH
public
mixed
CAKE_CORE_INCLUDE_PATH
= \ROOT
CONFIG
public
mixed
CONFIG
= \TEST_APP . 'config' . \DS
CORE_PATH
public
mixed
CORE_PATH
= \CAKE_CORE_INCLUDE_PATH . \DS
CORE_TEST_CASES
public
mixed
CORE_TEST_CASES
= \CORE_TESTS . 'TestCase'
CORE_TESTS
public
mixed
CORE_TESTS
= \CORE_PATH . 'tests' . \DS
DS
public
mixed
DS
= \DIRECTORY_SEPARATOR
LOGS
public
mixed
LOGS
= \TMP . 'logs' . \DS
ROOT
public
mixed
ROOT
= \dirname(__DIR__)
SESSIONS
public
mixed
SESSIONS
= \TMP . 'sessions' . \DS
TEST_APP
public
mixed
TEST_APP
= \CORE_TESTS . 'test_app' . \DS
TMP
public
mixed
TMP
= \sys_get_temp_dir() . \DS
WWW_ROOT
public
mixed
WWW_ROOT
= \TEST_APP . 'webroot' . \DS