Fixing Dispatcher tests after recent changes in App::core()

This commit is contained in:
Jose Lorenzo Rodriguez 2011-03-12 00:29:44 -04:30
parent 96fa5e79ba
commit c188d1a91c

View file

@ -538,7 +538,7 @@ class DispatcherTest extends CakeTestCase {
$this->_debug = Configure::read('debug');
App::build(App::core());
App::build();
App::objects('plugin', null, false);
}