public static function GoogleCSESearchOn404TestCase::getInfo in Search 404 7
Implement getInfo().
File
- ./
search404.test, line 472 - Tests for search404.module.
Class
- GoogleCSESearchOn404TestCase
- Test cases for Google CSE Search on 404.
Code
public static function getInfo() {
return array(
'name' => 'Google CSE Search when a 404 occurs ',
'description' => 'Google CSE Search instead of a Drupal Search when a 404 occurs.',
'group' => 'Search404',
);
}