public static function SearchKeywordsConditionsTest::getInfo

File

drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php, line 22
Definition of Drupal\search\Tests\SearchKeywordsConditionsTest.

Class

SearchKeywordsConditionsTest
Tests keywords and conditions.

Namespace

Drupal\search\Tests

Code

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