function ViewsHandlerFieldDateTest::getInfo
File
-
tests/
handlers/ views_handler_field_date.test, line 16
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',
);
}