public static function DisableAutoSearchTestCase::getInfo in Search 404 7
Implement getInfo().
File
- ./
search404.test, line 302 - Tests for search404.module.
Class
- DisableAutoSearchTestCase
- Test cases for disable auto search.
Code
public static function getInfo() {
return array(
'name' => 'Disable auto search.',
'description' => 'Disable automatically searching for the keywords when a page is not found and instead show the populated search form with the keywords. Useful for large sites to reduce server loads.',
'group' => 'Search404',
);
}