Skip to content

Commit

Permalink
Update the object cache.
Browse files Browse the repository at this point in the history
Keep application plugins out of core tests, otherwise tests will fail.
  • Loading branch information
sitedyno committed May 19, 2011
1 parent 4d35d63 commit a7ec73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/Core/CakePluginTest.php
Expand Up @@ -18,6 +18,7 @@ public function setUp() {
App::build(array(
'plugins' => array(CAKE . 'Test' . DS . 'test_app' . DS . 'Plugin' . DS)
), true);
App::objects('plugins', null, false);
}

/**
Expand Down

0 comments on commit a7ec73b

Please sign in to comment.