You are here

public static function ViewsHandlerSortTest::getInfo in Views (for Drupal 7) 7.3

File

tests/handlers/views_handler_sort.test, line 12
Definition of ViewsHandlerSortTest.

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',
  );
}