public static function SearchKeywordsConditions::getInfo in Drupal 7
File
- modules/
search/ search.test, line 1220 - Tests for search.module.
Class
- SearchKeywordsConditions
- Tests keywords and conditions.
Code
public static function getInfo() {
return array(
'name' => 'Keywords and conditions',
'description' => 'Verify the search pulls in keywords and extra conditions.',
'group' => 'Search',
);
}