public static function GoogleApplianceSearchBlockAvailability::getInfo in Google Search Appliance 7
File
- testing/google_appliance.test, line 370
- Implements automated simpletest routines for integration testing of the Google
Appliance module.
Class
- GoogleApplianceSearchBlockAvailability
- Search Block availability: test the interaction for appearance of the block
search form via blocks administration, then be sure submission of that form
redirect to the results page.
Code
public static function getInfo() {
return array(
'name' => 'Block: Search Form',
'description' => 'Check if the search form block is available, and submission performs correct redirect.',
'group' => 'Google Appliance',
);
}