public static function SearchKeywordsConditions::getInfo

File

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