Adding missing calls to parent.

This commit is contained in:
ADmad 2012-08-12 02:13:10 +05:30
parent 4a483b4897
commit 802f00b6e3
2 changed files with 4 additions and 0 deletions

View file

@ -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),

View file

@ -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);