public static function ViewsHandlerFieldDateTest::getInfo in Views (for Drupal 7) 7.3
File
- tests/
handlers/ views_handler_field_date.test, line 16 - Definition of ViewsHandlerFieldDateTest.
Class
- ViewsHandlerFieldDateTest
- Tests the core views_handler_field_date handler.
Code
public static function getInfo() {
return array(
'name' => 'Field: Date',
'description' => 'Test the core views_handler_field_date handler.',
'group' => 'Views Handlers',
);
}