Skip to content

Commit

Permalink
Remove unused constants from the test bootstrap file
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Dec 29, 2014
1 parent fe1b79f commit f8bc120
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,12 @@
define('APP_DIR', 'App');

define('TMP', sys_get_temp_dir() . DS);
define('LOGS', TMP . 'logs' . DS);
define('CACHE', TMP . 'cache' . DS);
define('SESSIONS', TMP . 'sessions' . DS);

define('CAKE_CORE_INCLUDE_PATH', ROOT);
define('CORE_PATH', CAKE_CORE_INCLUDE_PATH . DS);
define('CAKE', CORE_PATH . 'src' . DS);

define('APP', ROOT . 'App' . DS);
define('WWW_ROOT', APP . 'webroot' . DS);
define('CONFIG', APP . 'config' . DS);
define('TESTS', ROOT . DS . 'tests' . DS);

Configure::write('debug', true);
Expand Down

0 comments on commit f8bc120

Please sign in to comment.