public static function DateTimezoneTest::getInfo in Date 8
Same name in this branch
- 8 lib/Drupal/date/Tests/DateTimezoneTest.php \Drupal\date\Tests\DateTimezoneTest::getInfo()
- 8 date_field/lib/Drupal/date_field/Tests/DateTimezoneTest.php \Drupal\date\Tests\DateTimezoneTest::getInfo()
@todo.
File
- date_field/
lib/ Drupal/ date_field/ Tests/ DateTimezoneTest.php, line 16 - Timezone tests.
Class
Namespace
Drupal\date\TestsCode
public static function getInfo() {
return array(
'name' => 'Timezone & Granularity',
'description' => 'Test combinations of date field timezone handling and granularity.',
'group' => 'Date',
);
}