Skip to content

Commit

Permalink
Fixing other failing test.
Browse files Browse the repository at this point in the history
This test was failing because of changes made to Configure + error
handling.
  • Loading branch information
markstory committed Sep 9, 2011
1 parent e86ae43 commit fbc76f1
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -4172,7 +4172,6 @@ function testLog() {
Configure::write('debug', 2);

$this->testDb->error = true;
$this->expectError();
ob_start();
$this->testDb->showQuery('Error 2');
$contents = ob_get_clean();
Expand Down

0 comments on commit fbc76f1

Please sign in to comment.