public static function SearchKeywordsConditions::getInfo

7.x search.test public static SearchKeywordsConditions::getInfo()

File

drupal-7.x/modules/search/search.test, line 1190
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',
  );
}