function ViewsHandlerSortTest::getInfo
File
-
tests/
handlers/ views_handler_sort.test, line 16
Class
- ViewsHandlerSortTest
- Tests for core views_handler_sort handler.
Code
public static function getInfo() {
return array(
'name' => 'Sort: generic',
'description' => 'Test the core views_handler_sort handler.',
'group' => 'Views Handlers',
);
}