You are here

public static function SearchApiWebTest::getInfo in Search API 7

Returns information about this test case.

Return value

array An array with information about this test case.

File

./search_api.test, line 64
Contains the SearchApiWebTest and the SearchApiUnitTest classes.

Class

SearchApiWebTest
Class for testing Search API functionality via the UI.

Code

public static function getInfo() {
  return array(
    'name' => 'Test search API framework',
    'description' => 'Tests basic functions of the Search API, like creating, editing and deleting servers and indexes.',
    'group' => 'Search API',
  );
}