Skip to content

Commit

Permalink
Removing unused code from DebuggerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 9, 2010
1 parent c8399a8 commit b553954
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cake/tests/cases/libs/debugger.test.php
Expand Up @@ -47,13 +47,6 @@ class DebuggerTest extends CakeTestCase {
*/
function setUp() {
Configure::write('log', false);
if (!defined('SIMPLETESTVENDORPATH')) {
if (file_exists(APP . DS . 'vendors' . DS . 'simpletest' . DS . 'reporter.php')) {
define('SIMPLETESTVENDORPATH', 'APP' . DS . 'vendors');
} else {
define('SIMPLETESTVENDORPATH', 'CORE' . DS . 'vendors');
}
}
}

/**
Expand Down

0 comments on commit b553954

Please sign in to comment.