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