Revert "Update App::objects() cache after App::build()."

This reverts commit f9b02dde44.
This commit is contained in:
Jose Lorenzo Rodriguez 2011-05-19 21:31:02 -04:30
parent a718b1d91c
commit 38ad1bfc62

View file

@ -28,7 +28,6 @@ class CakePluginTest extends CakeTestCase {
*/
public function tearDown() {
App::build();
App::objects('plugins', null, false);
CakePlugin::unload();
Configure::delete('CakePluginTest');
}