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