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