public static function SearchMatchTestCase::getInfo in Drupal 7
File
- modules/
search/ search.test, line 18 - Tests for search.module.
Class
- SearchMatchTestCase
- Indexes content and queries it.
Code
public static function getInfo() {
return array(
'name' => 'Search engine queries',
'description' => 'Indexes content and queries it.',
'group' => 'Search',
);
}