function SearchExactTestCase::getInfo
File
-
modules/
search/ search.test, line 694
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.