public static function SearchExactTest::getInfo

File

drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php, line 14
Definition of Drupal\search\Tests\SearchExactTest.

Class

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

Namespace

Drupal\search\Tests

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