public static function SearchApiUnitTest::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 822 - Contains the SearchApiWebTest and the SearchApiUnitTest classes.
Class
- SearchApiUnitTest
- Class with unit tests testing small fragments of the Search API.
Code
public static function getInfo() {
return array(
'name' => 'Test search API components',
'description' => 'Tests some independent components of the Search API, like the processors.',
'group' => 'Search API',
);
}