Skip to content

Commit

Permalink
Making the Debugger tests pass when you have debug = 0 in your config…
Browse files Browse the repository at this point in the history
… file. Tests are runnable while debug = 0 from CLI.
  • Loading branch information
markstory committed Nov 14, 2010
1 parent 557d797 commit 55cc329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/debugger.test.php
Expand Up @@ -47,6 +47,7 @@ class DebuggerTest extends CakeTestCase {
*/
function setUp() {
parent::setup();
Configure::write('debug', 2);
Configure::write('log', false);
}

Expand Down

0 comments on commit 55cc329

Please sign in to comment.