You are here

function GoogleMiniTest::get_info in Google Search Appliance 6.2

Same name and namespace in other branches
  1. 5 tests/googlemini.test \GoogleMiniTest::get_info()

File

tests/googlemini.test, line 5

Class

GoogleMiniTest

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',
  );
}