You are here

public static function DateTimezoneTestCase::getInfo in Date 7.2

Same name and namespace in other branches
  1. 7.3 tests/DateTimezoneTestCase.test \DateTimezoneTestCase::getInfo()

Timezone & Granularity.

File

tests/DateTimezoneTestCase.test, line 16
Test timezone handling.

Class

DateTimezoneTestCase
Test timezone handling.

Code

public static function getInfo() {
  return array(
    'name' => 'Timezone & Granularity',
    'description' => 'Test combinations of date field timezone handling and granularity.',
    'group' => 'Date',
  );
}