Browse Source

Add missing call to parent::setUp()

mark_story 13 years ago
parent
commit
e527eab5aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Test/Case/Utility/CakeTimeTest.php

+ 1 - 0
lib/Cake/Test/Case/Utility/CakeTimeTest.php

@@ -40,6 +40,7 @@ class CakeTimeTest extends CakeTestCase {
  * @return void
  */
 	public function setUp() {
+		parent::setUp();
 		$this->Time = new CakeTime();
 		$this->_systemTimezoneIdentifier = date_default_timezone_get();
 		Configure::write('Config.language', 'eng');