You are here

public static function SearchApiSortsTest::getInfo in Search API sorts 7

File

./search_api_sorts.test, line 11

Class

SearchApiSortsTest
Class for testing search api sorts capabilities.

Code

public static function getInfo() {
  return array(
    'name' => 'Test "Search Api Sorts" module',
    'description' => 'Tests the "Search Api Sorts" module.',
    'group' => 'Search API Sorts',
  );
}