Browse Source

skip locale test

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

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

@@ -29,6 +29,7 @@ class TimeLibTest extends MyCakeTestCase {
 	}
 
 	public function testLocalDate() {
+		$this->skipIf(php_sapi_name() === 'cli', 'for now');
 		$res = setlocale(LC_TIME, array('de_DE.UTF-8', 'deu_deu'));
 		//debug($res);