Browse Source

Remove unused TESTS constant

Bryan Crowe 11 years ago
parent
commit
e5cbf95bb2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/bootstrap.php

+ 0 - 1
tests/bootstrap.php

@@ -39,7 +39,6 @@ define('LOG_ERROR', LOG_ERR);
 // Point app constants to the test app.
 define('APP', TEST_APP . 'TestApp' . DS);
 define('WWW_ROOT', TEST_APP . 'webroot' . DS);
-define('TESTS', TEST_APP . 'tests' . DS);
 define('CONFIG', TEST_APP . 'config' . DS);
 
 //@codingStandardsIgnoreStart