public static function GoogleCSETestCase::getInfo in Google Custom Search Engine 7.2
Same name and namespace in other branches
- 7.3 tests/google_cse.test \GoogleCSETestCase::getInfo()
Tell Drupal about the module's tests.
Return value
array An array of information to display on Testing UI page.
File
- tests/
google_cse.test, line 17 - Google CSE module tests.
Class
- GoogleCSETestCase
- @file Google CSE module tests.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'Google CSE Tests',
'description' => 'Ensure that the Google Custom Search Engine is integrated with Search API.',
'group' => 'Search',
);
}