Skip to content

Commit

Permalink
Adding missing calls to parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 11, 2012
1 parent 4a483b4 commit 802f00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cake/Test/Case/I18n/I18nTest.php
Expand Up @@ -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),
Expand Down
2 changes: 2 additions & 0 deletions lib/Cake/Test/Case/View/Helper/JsHelperTest.php
Expand Up @@ -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);

Expand Down

0 comments on commit 802f00b

Please sign in to comment.