You are here

public static function GoogleApplianceRelatedSearchesBlock::getInfo in Google Search Appliance 7

File

testing/google_appliance.test, line 817
Implements automated simpletest routines for integration testing of the Google Appliance module.

Class

GoogleApplianceRelatedSearchesBlock
Block related searches: test that the block is available and displays as expected.

Code

public static function getInfo() {
  return array(
    'name' => 'Block: Related Searches',
    'description' => 'Checks that the related searches block is available and shows up on the results page. <b>You must provide connection settings in a file</b> in the /testing directory within the module in
      order for real searches to execute. See the example file {module_directory}/google_appliance/testing/test-settings.example.inc for more info. Not providing the file simply aborts the tests require a connection to your device.',
    'group' => 'Google Appliance',
  );
}