public static function SearchExactTestCase::getInfo in Drupal 7
File
- 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',
);
}