Skip to content

Commit

Permalink
Cleaning polluted env in Object test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 15, 2013
1 parent 2699586 commit b909a9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Test/TestCase/Core/ObjectTest.php
Expand Up @@ -22,6 +22,7 @@
use Cake\Core\Configure;
use Cake\Core\Object;
use Cake\Core\Plugin;
use Cake\Log\Log;
use Cake\Routing\Router;
use Cake\TestSuite\Fixture\TestModel;
use Cake\TestSuite\TestCase;
Expand Down Expand Up @@ -198,6 +199,8 @@ public function setUp() {
Configure::write('App.namespace', 'TestApp');
Configure::write('Security.salt', 'not-the-default');
Configure::write('Security.cipherSeed', '123456');
Log::disable('stdout');
Log::disable('stderr');
}

/**
Expand Down

0 comments on commit b909a9c

Please sign in to comment.