function GoogleMiniTest::get_info in Google Search Appliance 5
Same name and namespace in other branches
- 6.2 tests/googlemini.test \GoogleMiniTest::get_info()
File
- tests/
googlemini.test, line 5
Class
Code
function get_info() {
return array(
'name' => 'Google Search Tests',
'desc' => t('Make sure we get results and erros we expect'),
'group' => 'Google Appliance Test',
);
}