Browse Source

Merge pull request #4758 from cakephp/remove-constant

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

+ 0 - 1
tests/bootstrap.php

@@ -34,7 +34,6 @@ define('CAKE', CORE_PATH . 'src' . DS);
 define('CORE_TESTS', CORE_PATH . 'tests' . DS);
 define('CORE_TEST_CASES', CORE_TESTS . 'TestCase');
 define('TEST_APP', CORE_TESTS . 'test_app' . DS);
-define('LOG_ERROR', LOG_ERR);
 
 // Point app constants to the test app.
 define('APP', TEST_APP . 'TestApp' . DS);