diff --git a/lib/Cake/Test/Case/I18n/I18nTest.php b/lib/Cake/Test/Case/I18n/I18nTest.php index e86628bb4c4..bdc17f27acb 100644 --- a/lib/Cake/Test/Case/I18n/I18nTest.php +++ b/lib/Cake/Test/Case/I18n/I18nTest.php @@ -31,6 +31,8 @@ class I18nTest extends CakeTestCase { * @return void */ public function setUp() { + parent::setUp(); + Cache::delete('object_map', '_cake_core_'); App::build(array( 'Locale' => array(CAKE . 'Test' . DS . 'test_app' . DS . 'Locale' . DS), diff --git a/lib/Cake/Test/Case/View/Helper/JsHelperTest.php b/lib/Cake/Test/Case/View/Helper/JsHelperTest.php index 4b173d81d93..12ee9072b94 100644 --- a/lib/Cake/Test/Case/View/Helper/JsHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/JsHelperTest.php @@ -123,6 +123,8 @@ class JsHelperTest extends CakeTestCase { * @return void */ public function setUp() { + parent::setUp(); + $this->_asset = Configure::read('Asset.timestamp'); Configure::write('Asset.timestamp', false);