public static function SearchRankingTestCase::getInfo

File

drupal/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',
  );
}