public static function SearchKeywordsConditions::getInfo

Archivo

drupal-7.x/modules/search/search.test, line 1190
Tests for search.module.

Class

SearchKeywordsConditions
Tests keywords and conditions.

Código

public static function getInfo() {
  return array(
    'name' => 'Keywords and conditions',
    'description' => 'Verify the search pulls in keywords and extra conditions.',
    'group' => 'Search',
  );
}