Skip to content

Commit

Permalink
avoid MissingPluginExceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Nov 13, 2011
1 parent d8194a5 commit 0c0bb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/View/ViewTest.php
Expand Up @@ -190,7 +190,7 @@ public function setUp() {
CAKE . 'Test' . DS . 'test_app' . DS . 'View'. DS
)
), true);
CakePlugin::loadAll();
CakePlugin::load(array('TestPlugin', 'TestPlugin', 'PluginJs'));
Configure::write('debug', 2);
}

Expand Down

0 comments on commit 0c0bb60

Please sign in to comment.