Ejemplo n.º 1
0
 /**
  * test getCalendarList
  * expected true
  */
 public function testgetCalendarListLocale()
 {
     $value = new Zend_Locale();
     $list = $value->getCalendarList('de');
     $this->assertTrue(is_array($list), 'Calendar List not returned');
 }