public static function SearchExactTestCase::getInfo

File

drupal/modules/search/search.test, line 694
Tests for search.module.

Class

SearchExactTestCase
Tests that searching for a phrase gets the correct page count.

Code

public static function getInfo() {
  return array(
    'name' => 'Search engine phrase queries',
    'description' => 'Tests that searching for a phrase gets the correct page count.',
    'group' => 'Search',
  );
}