euromark 11 years ago
parent
commit
1cb1612285
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Test/Case/Lib/Utility/TimeLibTest.php

+ 2 - 0
Test/Case/Lib/Utility/TimeLibTest.php

@@ -16,6 +16,8 @@ class TimeLibTest extends MyCakeTestCase {
 		$this->Time = new TimeLib();
 		$this->Time = new TimeLib();
 		$this->assertTrue(is_object($this->Time));
 		$this->assertTrue(is_object($this->Time));
 		$this->assertInstanceOf('TimeLib', $this->Time);
 		$this->assertInstanceOf('TimeLib', $this->Time);
+
+		Configure::write('Config.language', 'deu');
 	}
 	}
 
 
 	/**
 	/**